Searched refs:IN_MODIFIED (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_inode.c157 if (ip->i_flag & (IN_ACCESS | IN_CHANGE | IN_MODIFIED | IN_UPDATE)) {
158 if ((ip->i_flag & (IN_CHANGE | IN_UPDATE | IN_MODIFIED)) == 0 &&
224 ip->i_flag |= IN_MODIFIED;
H A Dinode.h122 #define IN_MODIFIED 0x0008 /* Inode has been modified. */ macro
H A Dufs_vnops.c162 ip->i_flag |= IN_MODIFIED;
680 ip->i_flag |= IN_MODIFIED;
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_inode.h35 #define IN_MODIFIED 0x0008 /* Inode has been modified. */ macro
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dinode.h148 #define IN_MODIFIED 0x0008 /* Inode has been modified. */ macro
H A Dext2_inode.c62 * to disk if the IN_MODIFIED flag is set (it may be set initially, or by
64 * later if not now. If we write now, then clear both IN_MODIFIED and
79 if ((ip->i_flag & IN_MODIFIED) == 0 && waitfor == 0)
81 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);
483 if (ip->i_flag & (IN_ACCESS | IN_CHANGE | IN_MODIFIED | IN_UPDATE))
506 ip->i_flag |= IN_MODIFIED;
H A Dext2_vfsops.c850 (IN_ACCESS | IN_CHANGE | IN_MODIFIED | IN_UPDATE)) == 0 &&
1012 ip->i_flag |= IN_MODIFIED;
H A Dext2_vnops.c200 ip->i_flag |= IN_MODIFIED;
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_inode.c68 * to disk if the IN_MODIFIED flag is set (it may be set initially, or by
70 * later if not now. The IN_LAZYACCESS is set instead of IN_MODIFIED if the fs
72 * If we write now, then clear IN_MODIFIED, IN_LAZYACCESS and IN_LAZYMOD to
89 if ((ip->i_flag & IN_MODIFIED) == 0 && waitfor == 0)
91 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);
H A Dffs_vfsops.c1478 * The IN_ACCESS flag is converted to IN_MODIFIED by
1484 if ((ip->i_flag & (IN_ACCESS | IN_CHANGE | IN_MODIFIED |
1583 (IN_ACCESS | IN_CHANGE | IN_MODIFIED | IN_UPDATE)) == 0 &&
1807 ip->i_flag |= IN_MODIFIED;
H A Dffs_alloc.c1023 ip->i_flag |= IN_MODIFIED;
2778 ip->i_flag |= IN_CHANGE | IN_MODIFIED;
2797 ip->i_flag |= IN_CHANGE | IN_MODIFIED;
3025 ip->i_flag |= IN_CHANGE | IN_MODIFIED;
H A Dffs_snapshot.c2512 * IN_MODIFIED for vnodes that were accessed during suspension.
2549 ip->i_flag |= IN_MODIFIED;
H A Dffs_softdep.c2715 ip->i_flags |= IN_MODIFIED;
6459 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);
7403 ip->i_flag |= IN_MODIFIED;

Completed in 182 milliseconds