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

/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_dirhash.c1059 int block, i, nfidx, ofidx; local
1065 ofidx = BLKFREE2IDX(dh->dh_blkfree[block]);
1070 if (ofidx != nfidx) {
1072 if (dh->dh_firstfree[ofidx] == block) {
1074 if (BLKFREE2IDX(dh->dh_blkfree[i]) == ofidx)
1076 dh->dh_firstfree[ofidx] = (i < dh->dh_dirblks) ? i : -1;

Completed in 43 milliseconds