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