HomeSort by: relevance | last modified time | path
    Searched defs:ffslot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_dirhash.c 848 int block, ffslot, i, nfree; local in function:ulfsdirhash_checkblock
901 ffslot = BLKFREE2IDX(nfree / DIRALIGN);
903 if (dh->dh_firstfree[i] == block && i != ffslot)
905 if (dh->dh_firstfree[ffslot] == -1)
  /src/sys/ufs/ufs/
ufs_dirhash.c 837 int block, ffslot, i, nfree; local in function:ufsdirhash_checkblock
889 ffslot = BLKFREE2IDX(nfree / DIRALIGN);
891 if (dh->dh_firstfree[i] == block && i != ffslot)
893 if (dh->dh_firstfree[ffslot] == -1)

Completed in 12 milliseconds