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

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_inode.h39 #define IN_LAZYMOD 0x0080 /* Modified, but don't write yet. */ macro
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dinode.h151 #define IN_LAZYMOD 0x0040 /* Modified, but don't write yet. */ macro
H A Dext2_inode.c63 * the timestamp update). The IN_LAZYMOD flag is set to force a write
65 * IN_LAZYMOD to reflect the presumably successful write, and if waitfor is
81 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);
505 if (ip->i_flag & IN_LAZYMOD) {
H A Dext2_vnops.c198 ip->i_flag |= IN_LAZYMOD;
/freebsd-9.3-release/sys/ufs/ufs/
H A Dinode.h124 #define IN_LAZYMOD 0x0040 /* Modified, but don't write yet. */ macro
H A Dufs_inode.c223 if (ip->i_flag & IN_LAZYMOD)
H A Dufs_vnops.c158 ip->i_flag |= IN_LAZYMOD;
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_inode.c69 * the timestamp update). The IN_LAZYMOD flag is set to force a write
72 * If we write now, then clear IN_MODIFIED, IN_LAZYACCESS and IN_LAZYMOD to
91 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);
H A Dffs_softdep.c6459 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);

Completed in 218 milliseconds