OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ffslot
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_dirhash.c
848
int block,
ffslot
, i, nfree;
local in function:ulfsdirhash_checkblock
901
ffslot
= BLKFREE2IDX(nfree / DIRALIGN);
903
if (dh->dh_firstfree[i] == block && i !=
ffslot
)
905
if (dh->dh_firstfree[
ffslot
] == -1)
/src/sys/ufs/ufs/
ufs_dirhash.c
837
int block,
ffslot
, i, nfree;
local in function:ufsdirhash_checkblock
889
ffslot
= BLKFREE2IDX(nfree / DIRALIGN);
891
if (dh->dh_firstfree[i] == block && i !=
ffslot
)
893
if (dh->dh_firstfree[
ffslot
] == -1)
Completed in 12 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025