OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfidx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_dirhash.c
940
int block, i,
nfidx
, ofidx;
local in function:ulfsdirhash_adjfree
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
928
int block, i,
nfidx
, ofidx;
local in function:ufsdirhash_adjfree
937
nfidx
= BLKFREE2IDX(dh->dh_blkfree[block]);
940
if (ofidx !=
nfidx
) {
950
if (dh->dh_firstfree[
nfidx
] > block ||
951
dh->dh_firstfree[
nfidx
] == -1)
952
dh->dh_firstfree[
nfidx
] = block;
Completed in 14 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025