OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Feb 21 08:20:20 UTC 2026