OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_CLEANING
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_inode.h
121
#define
IN_CLEANING
0x0100 /* LFS: file is being cleaned */
129
#define IN_ALLMOD (IN_MODIFIED|IN_ACCESS|IN_CHANGE|IN_UPDATE|IN_MODIFY|IN_ACCESSED|
IN_CLEANING
)
ulfs_inode.h
178
!(VTOI(vp)->i_state & (IN_MODIFIED | IN_ACCESSED |
IN_CLEANING
))))
lfs_subr.c
772
if (ip->i_state &
IN_CLEANING
)
777
LFS_SET_UINO(VTOI(vp),
IN_CLEANING
);
782
* clear
IN_CLEANING
and drop the reference.
794
if (!(ip->i_state &
IN_CLEANING
))
801
LFS_CLR_UINO(VTOI(vp),
IN_CLEANING
);
lfs_accessors.h
631
if (((states) &
IN_CLEANING
) && !((ip)->i_state &
IN_CLEANING
)) \
641
if (((states) &
IN_CLEANING
) && ((ip)->i_state &
IN_CLEANING
)) \
lfs_inode.c
160
flags = ip->i_state & (IN_MODIFIED | IN_ACCESSED |
IN_CLEANING
);
162
flags = ip->i_state & (IN_MODIFIED |
IN_CLEANING
);
lfs_segment.c
67
if (VTOI(vp)->i_state &
IN_CLEANING
) \
211
KASSERT(!(ip->i_state &
IN_CLEANING
));
433
vp != c->fs->lfs_flushvp && !(ip->i_state &
IN_CLEANING
)) {
1205
if (!(ip->i_state &
IN_CLEANING
)) {
lfs_alloc.c
632
LFS_CLR_UINO(ip, IN_ACCESSED|
IN_CLEANING
|IN_MODIFIED);
lfs_syscalls.c
386
LFS_SET_UINO(ip,
IN_CLEANING
);
lfs_rfw.c
1231
if (!(VTOI(vp)->i_state &
IN_CLEANING
)) {
1457
* inodes
IN_CLEANING
.
1466
* were not already marked
IN_CLEANING
, and
lfs_vnops.c
428
KASSERT(!(ap->a_flags & FSYNC_RECLAIM && ip->i_state &
IN_CLEANING
));
Completed in 100 milliseconds
Indexes created Sat Oct 25 10:09:55 GMT 2025