HomeSort by: relevance | last modified time | path
    Searched refs:IN_CLEANING (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/ufs/lfs/
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)
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);
ulfs_inode.h 178 !(VTOI(vp)->i_state & (IN_MODIFIED | IN_ACCESSED | IN_CLEANING))))
lfs_segment.c 67 if (VTOI(vp)->i_state & IN_CLEANING) \
212 KASSERT(!(ip->i_state & IN_CLEANING));
233 KASSERT(!(ip->i_state & IN_CLEANING));
452 vp != c->fs->lfs_flushvp && !(ip->i_state & IN_CLEANING)) {
752 LFS_CLR_UINO(ip, (IN_ALLMOD & ~IN_CLEANING));
1247 if (!(ip->i_state & 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_alloc.c 633 KASSERT(!(ip->i_state & IN_CLEANING));
950 * would come from VDIROP and IN_CLEANING, and compare that
952 * accounted for by VDIROP and IN_CLEANING, mark the node
957 if (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_vnops.c 427 KASSERT(!(ap->a_flags & FSYNC_RECLAIM && ip->i_state & IN_CLEANING));
475 KASSERT(!(ip->i_state & IN_CLEANING));
1384 KASSERT(!(ip->i_state & IN_CLEANING));
lfs_kclean.c 218 if (!(VTOI(vp)->i_state & IN_CLEANING)) {
483 * inodes IN_CLEANING.
492 * were not already marked IN_CLEANING, and

Completed in 26 milliseconds