OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IN_CLEANING
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_subr.c
868
if (ip->i_state &
IN_CLEANING
) {
875
LFS_SET_UINO(VTOI(vp),
IN_CLEANING
);
881
* clear
IN_CLEANING
and drop the reference.
894
if (!(ip->i_state &
IN_CLEANING
)) {
905
LFS_CLR_UINO(VTOI(vp),
IN_CLEANING
);
lfs_inode.h
122
#define
IN_CLEANING
0x0100 /* LFS: file is being cleaned */
130
#define IN_ALLMOD (IN_MODIFIED|IN_ACCESS|IN_CHANGE|IN_UPDATE|IN_MODIFY|IN_ACCESSED|
IN_CLEANING
)
Completed in 17 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026