Searched refs:IN_LAZYMOD (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/ufs/ufs/
H A Dinode.h145 #define IN_LAZYMOD 0x0020 /* Modified, but don't write yet. */ macro
163 (IN_ACCESS | IN_CHANGE | IN_MODIFIED | IN_UPDATE | IN_LAZYMOD | \
170 (UFS_INODE_FLAG_LAZY_MASK & ~(IN_LAZYMOD | IN_LAZYACCESS))
H A Dufs_inode.c244 if (ip->i_flag & IN_LAZYMOD)
H A Dufs_vnops.c163 UFS_INODE_SET_FLAG(ip, IN_LAZYMOD);
/freebsd-13-stable/sys/fs/ext2fs/
H A Dinode.h159 #define IN_LAZYMOD 0x0040 /* Modified, but don't write yet. */ macro
H A Dext2_inode.c67 * the timestamp update). The IN_LAZYMOD flag is set to force a write
69 * IN_LAZYMOD to reflect the presumably successful write, and if waitfor is
85 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);
636 if (ip->i_flag & IN_LAZYMOD) {
H A Dext2_vnops.c232 ip->i_flag |= IN_LAZYMOD;
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_inode.c90 * the timestamp update). The IN_LAZYMOD flag is set to force a write
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 195 milliseconds