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

/freebsd-12-stable/sys/fs/ext2fs/
H A Dinode.h161 #define IN_LAZYACCESS 0x0100 /* Process IN_ACCESS after the macro
H A Dext2_inode.c84 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);
/freebsd-12-stable/sys/ufs/ufs/
H A Dinode.h128 #define IN_LAZYACCESS 0x0040 /* Process IN_ACCESS after the macro
H A Dufs_vnops.c163 ip->i_flag |= IN_LAZYACCESS;
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_snapshot.c2545 * the file system being suspended. Transfer IN_LAZYACCESS into
2561 * IN_LAZYACCESS is checked here without holding any
2566 ((VTOI(vp)->i_flag & IN_LAZYACCESS) == 0 &&
2581 if ((ip->i_flag & IN_LAZYACCESS) != 0) {
2582 ip->i_flag &= ~IN_LAZYACCESS;
H A Dffs_inode.c75 * later if not now. The IN_LAZYACCESS is set instead of IN_MODIFIED if the fs
77 * If we write now, then clear IN_MODIFIED, IN_LAZYACCESS and IN_LAZYMOD to
96 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);
H A Dffs_softdep.c6687 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);

Completed in 118 milliseconds