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

/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_dirhash.c1056 int block, i, nfidx, ofidx; local
1062 ofidx = BLKFREE2IDX(dh->dh_blkfree[block]);
1067 if (ofidx != nfidx) {
1069 if (dh->dh_firstfree[ofidx] == block) {
1071 if (BLKFREE2IDX(dh->dh_blkfree[i]) == ofidx)
1073 dh->dh_firstfree[ofidx] = (i < dh->dh_dirblks) ? i : -1;

Completed in 53 milliseconds