Home
last modified time | relevance | path

Searched refs:IN_LAZYACCESS (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/ufs/ufs/
H A Dinode.h143 #define IN_LAZYACCESS 0x0040 /* Process IN_ACCESS after the
161 IN_LAZYACCESS)
167 (UFS_INODE_FLAG_LAZY_MASK & ~(IN_LAZYMOD | IN_LAZYACCESS))
146 #define IN_LAZYACCESS global() macro
H A Dufs_vnops.c166 UFS_INODE_SET_FLAG(ip, IN_LAZYACCESS); in ufs_itimes_locked()
/freebsd/sys/fs/ext2fs/
H A Dinode.h162 #define IN_LAZYACCESS 0x0100 /* Process IN_ACCESS after the macro
H A Dext2_inode.c82 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED); in ext2_update()
/freebsd/sys/ufs/ffs/
H A Dffs_inode.c107 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED); in ffs_update()
H A Dffs_snapshot.c2547 * the file system being suspended. Transfer IN_LAZYACCESS into
2561 * IN_LAZYACCESS is checked here without holding any in process_deferred_inactive()
2566 ((VTOI(vp)->i_flag & IN_LAZYACCESS) == 0 && in process_deferred_inactive()
2582 if ((ip->i_flag & IN_LAZYACCESS) != 0) { in process_deferred_inactive()
2583 ip->i_flag &= ~IN_LAZYACCESS; in process_deferred_inactive()
H A Dffs_softdep.c6900 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED); in softdep_journal_freeblocks()