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

/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_dirhash.c977 int block, ffslot, i, nfree; local
1020 ffslot = BLKFREE2IDX(nfree / DIRALIGN);
1022 if (dh->dh_firstfree[i] == block && i != ffslot)
1024 if (dh->dh_firstfree[ffslot] == -1)

Completed in 46 milliseconds