Home
last modified time | relevance | path

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

/Linux-v6.1/fs/9p/
Dvfs_super.c310 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in v9fs_write_inode()
334 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in v9fs_write_inode_dotl()
/Linux-v6.1/fs/ext4/
Dfsync.c89 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in ext4_fsync_nojournal()
Dinode.c3312 return inode->i_state & I_DIRTY_DATASYNC; in ext4_inode_datasync_dirty()
/Linux-v6.1/fs/jfs/
Dfile.c30 (datasync && !(inode->i_state & I_DIRTY_DATASYNC))) { in jfs_fsync()
/Linux-v6.1/fs/gfs2/
Dxattr.c315 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_dealloc_unstuffed()
767 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_alloc_skeleton()
892 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_set_simple_noalloc()
1110 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_remove_stuffed()
Dbmap.c984 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_page_done()
1061 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_begin_write()
/Linux-v6.1/fs/ubifs/
Dfile.c585 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in ubifs_write_end()
1249 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in do_setattr()
1333 if (!datasync || (inode->i_state & I_DIRTY_DATASYNC)) { in ubifs_fsync()
/Linux-v6.1/fs/jffs2/
Dfs.c376 if (!(inode->i_state & I_DIRTY_DATASYNC)) { in jffs2_dirty_inode()
/Linux-v6.1/include/trace/events/
Dwriteback.h15 {I_DIRTY_DATASYNC, "I_DIRTY_DATASYNC"}, \
/Linux-v6.1/fs/nfs/
Dinternal.h776 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_mark_page_unstable()
Dwrite.c2001 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_write_inode()
/Linux-v6.1/fs/
Dlibfs.c1124 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in __generic_file_fsync()
/Linux-v6.1/fs/nilfs2/
Dinode.c812 if (flags & I_DIRTY_DATASYNC) in nilfs_update_inode()
/Linux-v6.1/include/linux/
Dfs.h2447 #define I_DIRTY_DATASYNC (1 << 1) macro
2468 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC)
/Linux-v6.1/fs/ntfs/
Dmft.c398 __mark_inode_dirty(VFS_I(base_ni), I_DIRTY_DATASYNC); in __mark_mft_record_dirty()
/Linux-v6.1/fs/f2fs/
Ddata.c4159 if ((inode->i_state & I_DIRTY_DATASYNC) || in f2fs_iomap_begin()
/Linux-v6.1/fs/ceph/
Dcaps.c1731 dirty |= I_DIRTY_DATASYNC; in __ceph_mark_dirty_caps()
/Linux-v6.1/Documentation/filesystems/
Dvfs.rst276 then I_DIRTY_DATASYNC will be set in the flags argument.