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

/freebsd-13-stable/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.c169 UFS_INODE_SET_FLAG(ip, IN_LAZYACCESS);
/freebsd-13-stable/sys/fs/ext2fs/
H A Dinode.h161 #define IN_LAZYACCESS 0x0100 /* Process IN_ACCESS after the macro
H A Dext2_inode.c85 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_snapshot.c2580 * the file system being suspended. Transfer IN_LAZYACCESS into
2594 * IN_LAZYACCESS is checked here without holding any
2599 ((VTOI(vp)->i_flag & IN_LAZYACCESS) == 0 &&
2615 if ((ip->i_flag & IN_LAZYACCESS) != 0) {
2616 ip->i_flag &= ~IN_LAZYACCESS;
H A Dffs_inode.c91 * later if not now. The IN_LAZYACCESS is set instead of IN_MODIFIED if the fs
93 * If we write now, then clear IN_MODIFIED, IN_LAZYACCESS and IN_LAZYMOD to
113 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);
H A Dffs_softdep.c7028 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);

Completed in 196 milliseconds