Home
last modified time | relevance | path

Searched refs:I_DIRTY_DATASYNC (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/fs/9p/
Dvfs_super.c316 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in v9fs_write_inode()
339 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in v9fs_write_inode_dotl()
/Linux-v4.19/fs/jfs/
Dfile.c43 (datasync && !(inode->i_state & I_DIRTY_DATASYNC))) { in jfs_fsync()
/Linux-v4.19/fs/gfs2/
Dxattr.c311 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_dealloc_unstuffed()
756 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_alloc_skeleton()
884 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_set_simple_noalloc()
1102 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_remove_stuffed()
Dbmap.c1122 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_end()
/Linux-v4.19/fs/ubifs/
Dfile.c598 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in ubifs_write_end()
1261 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in do_setattr()
1344 if (!datasync || (inode->i_state & I_DIRTY_DATASYNC)) { in ubifs_fsync()
/Linux-v4.19/fs/nfs/
Dinternal.h671 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_mark_page_unstable()
Dwrite.c1951 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_write_inode()
/Linux-v4.19/include/trace/events/
Dwriteback.h15 {I_DIRTY_DATASYNC, "I_DIRTY_DATASYNC"}, \
/Linux-v4.19/fs/jffs2/
Dfs.c373 if (!(inode->i_state & I_DIRTY_DATASYNC)) { in jffs2_dirty_inode()
/Linux-v4.19/fs/
Dlibfs.c985 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in __generic_file_fsync()
/Linux-v4.19/fs/nilfs2/
Dinode.c676 if (flags & I_DIRTY_DATASYNC) in nilfs_update_inode()
/Linux-v4.19/include/linux/
Dfs.h2043 #define I_DIRTY_DATASYNC (1 << 1) macro
2063 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC)
/Linux-v4.19/fs/ntfs/
Dmft.c412 __mark_inode_dirty(VFS_I(base_ni), I_DIRTY_DATASYNC); in __mark_mft_record_dirty()
/Linux-v4.19/fs/ceph/
Dcaps.c1649 dirty |= I_DIRTY_DATASYNC; in __ceph_mark_dirty_caps()
/Linux-v4.19/fs/ext4/
Dinode.c3408 return inode->i_state & I_DIRTY_DATASYNC; in ext4_inode_datasync_dirty()