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

  /src/sys/ufs/lfs/
ulfs_dirhash.c 940 int block, i, nfidx, ofidx; local
949 nfidx = BLKFREE2IDX(dh->dh_blkfree[block]);
952 if (ofidx != nfidx) {
962 if (dh->dh_firstfree[nfidx] > block ||
963 dh->dh_firstfree[nfidx] == -1)
964 dh->dh_firstfree[nfidx] = block;
  /src/sys/ufs/ufs/
ufs_dirhash.c 930 int block, i, nfidx, ofidx; local
939 nfidx = BLKFREE2IDX(dh->dh_blkfree[block]);
942 if (ofidx != nfidx) {
952 if (dh->dh_firstfree[nfidx] > block ||
953 dh->dh_firstfree[nfidx] == -1)
954 dh->dh_firstfree[nfidx] = block;

Completed in 16 milliseconds