Searched refs:dirblock (Results 1 – 1 of 1) sorted by relevance
708 int dirblock, error, freebytes, i; in ufsdirhash_findfree() local716 dirblock = -1; in ufsdirhash_findfree()718 if ((dirblock = dh->dh_firstfree[i]) != -1) in ufsdirhash_findfree()720 if (dirblock == -1) in ufsdirhash_findfree()723 KASSERT(dirblock < dh->dh_nblk && in ufsdirhash_findfree()724 dh->dh_blkfree[dirblock] >= howmany(slotneeded, DIRALIGN), in ufsdirhash_findfree()726 pos = dirblock * DIRBLKSIZ; in ufsdirhash_findfree()