OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIRH_COMPLETE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
dirhash.h
58
#define
DIRH_COMPLETE
0x0002 /* dirhash is complete */
/src/sys/kern/
vfs_dirhash.c
184
dirh->flags &= ~
DIRH_COMPLETE
;
265
if (!new_p && (dirh->flags &
DIRH_COMPLETE
))
510
KASSERT(dirh->flags &
DIRH_COMPLETE
);
/src/sys/fs/nilfs/
nilfs_subr.c
791
if (dirh->flags &
DIRH_COMPLETE
)
852
dirh->flags |=
DIRH_COMPLETE
;
/src/sys/fs/udf/
udf_subr.c
4526
if (dirh->flags &
DIRH_COMPLETE
)
4570
dirh->flags |=
DIRH_COMPLETE
;
Completed in 18 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026