| /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)
|
| 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)
|
| 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)
|