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.h146 #define IN_LAZYACCESS 0x0040 /* Process IN_ACCESS after the macro
164 IN_LAZYACCESS)
170 (UFS_INODE_FLAG_LAZY_MASK & ~(IN_LAZYMOD | IN_LAZYACCESS))
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.c2550 * the file system being suspended. Transfer IN_LAZYACCESS into in process_deferred_inactive()
2564 * IN_LAZYACCESS is checked here without holding any in process_deferred_inactive()
2569 ((VTOI(vp)->i_flag & IN_LAZYACCESS) == 0 && in process_deferred_inactive()
2585 if ((ip->i_flag & IN_LAZYACCESS) != 0) { in process_deferred_inactive()
2586 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()