Home
last modified time | relevance | path

Searched refs:ffslot (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/ufs/ufs/
H A Dufs_dirhash.c837 int block, ffslot, i, nfree; in ufsdirhash_checkblock() local
889 ffslot = BLKFREE2IDX(nfree / DIRALIGN); in ufsdirhash_checkblock()
891 if (dh->dh_firstfree[i] == block && i != ffslot) in ufsdirhash_checkblock()
893 if (dh->dh_firstfree[ffslot] == -1) in ufsdirhash_checkblock()
/netbsd-src/sys/ufs/lfs/
H A Dulfs_dirhash.c848 int block, ffslot, i, nfree; in ulfsdirhash_checkblock() local
901 ffslot = BLKFREE2IDX(nfree / DIRALIGN); in ulfsdirhash_checkblock()
903 if (dh->dh_firstfree[i] == block && i != ffslot) in ulfsdirhash_checkblock()
905 if (dh->dh_firstfree[ffslot] == -1) in ulfsdirhash_checkblock()