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

/freebsd-11.0-release/sys/ufs/ufs/
H A Dufs_inode.c155 if (ip->i_flag & (IN_ACCESS | IN_CHANGE | IN_MODIFIED | IN_UPDATE)) {
156 if ((ip->i_flag & (IN_CHANGE | IN_UPDATE | IN_MODIFIED)) == 0 &&
222 ip->i_flag |= IN_MODIFIED;
H A Dinode.h124 #define IN_MODIFIED 0x0008 /* Inode has been modified. */ macro
H A Dufs_vnops.c160 ip->i_flag |= IN_MODIFIED;
643 ip->i_flag |= IN_CHANGE | IN_MODIFIED;
/freebsd-11.0-release/sys/fs/ext2fs/
H A Dinode.h148 #define IN_MODIFIED 0x0008 /* Inode has been modified. */ macro
H A Dext2_inode.c63 * to disk if the IN_MODIFIED flag is set (it may be set initially, or by
65 * later if not now. If we write now, then clear both IN_MODIFIED and
80 if ((ip->i_flag & IN_MODIFIED) == 0 && waitfor == 0)
82 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);
498 if (ip->i_flag & (IN_ACCESS | IN_CHANGE | IN_MODIFIED | IN_UPDATE))
521 ip->i_flag |= IN_MODIFIED;
H A Dext2_vnops.c203 ip->i_flag |= IN_MODIFIED;
467 ip->i_flag |= IN_CHANGE | IN_MODIFIED;
H A Dext2_vfsops.c839 (IN_ACCESS | IN_CHANGE | IN_MODIFIED | IN_UPDATE)) == 0 &&
/freebsd-11.0-release/sys/fs/nandfs/
H A Dnandfs.h292 #define IN_MODIFIED 0x0008 /* node has been modified */ macro
304 "\10\1IN_ACCESS\2IN_CHANGE\3IN_UPDATE\4IN_MODIFIED\5IN_RENAME"
H A Dnandfs_segment.c498 if (nandfs_node->nn_flags & IN_MODIFIED) {
499 nandfs_node->nn_flags &= ~(IN_MODIFIED);
1012 if (nandfs_node->nn_flags & IN_MODIFIED) {
1013 nandfs_node->nn_flags &= ~(IN_MODIFIED);
H A Dnandfs_vnops.c674 node->nn_flags |= IN_MODIFIED;
932 node->nn_flags |= IN_MODIFIED;
2028 if (VTON(vp)->nn_flags & IN_MODIFIED ||
/freebsd-11.0-release/sys/ufs/ffs/
H A Dffs_inode.c71 * to disk if the IN_MODIFIED flag is set (it may be set initially, or by
73 * later if not now. The IN_LAZYACCESS is set instead of IN_MODIFIED if the fs
75 * If we write now, then clear IN_MODIFIED, IN_LAZYACCESS and IN_LAZYMOD to
92 if ((ip->i_flag & IN_MODIFIED) == 0 && waitfor == 0)
94 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);
H A Dffs_vfsops.c1419 return ((ip->i_flag & (IN_ACCESS | IN_CHANGE | IN_MODIFIED |
1450 * The IN_ACCESS flag is converted to IN_MODIFIED by
1555 (IN_ACCESS | IN_CHANGE | IN_MODIFIED | IN_UPDATE)) == 0 &&
1774 ip->i_flag |= IN_MODIFIED;
H A Dffs_alloc.c1083 ip->i_flag |= IN_MODIFIED;
2834 ip->i_flag |= IN_CHANGE | IN_MODIFIED;
2853 ip->i_flag |= IN_CHANGE | IN_MODIFIED;
3069 ip->i_flag |= IN_CHANGE | IN_MODIFIED;
H A Dffs_snapshot.c2515 * IN_MODIFIED for vnodes that were accessed during suspension.
2552 ip->i_flag |= IN_MODIFIED;
H A Dffs_softdep.c2819 ip->i_flags |= IN_MODIFIED;
6632 ip->i_flag &= ~(IN_LAZYACCESS | IN_LAZYMOD | IN_MODIFIED);
7586 ip->i_flag |= IN_MODIFIED;

Completed in 262 milliseconds