Home
last modified time | relevance | path

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

/Linux-v6.6/fs/jfs/
Dfile.c30 (datasync && !(inode->i_state & I_DIRTY_DATASYNC))) { in jfs_fsync()
/Linux-v6.6/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.c995 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_put_folio()
1072 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_begin_write()
/Linux-v6.6/fs/ubifs/
Dfile.c585 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in ubifs_write_end()
1255 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in do_setattr()
1339 if (!datasync || (inode->i_state & I_DIRTY_DATASYNC)) { in ubifs_fsync()
/Linux-v6.6/fs/jffs2/
Dfs.c376 if (!(inode->i_state & I_DIRTY_DATASYNC)) { in jffs2_dirty_inode()
/Linux-v6.6/fs/nfs/
Dinternal.h791 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_folio_mark_unstable()
Dwrite.c2007 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_write_inode()
/Linux-v6.6/include/trace/events/
Dwriteback.h15 {I_DIRTY_DATASYNC, "I_DIRTY_DATASYNC"}, \
/Linux-v6.6/fs/nilfs2/
Dinode.c812 if (flags & I_DIRTY_DATASYNC) in nilfs_update_inode()
/Linux-v6.6/include/linux/
Dfs.h2209 #define I_DIRTY_DATASYNC (1 << 1) macro
2230 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC)
/Linux-v6.6/fs/
Dlibfs.c1402 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in __generic_file_fsync()
Dbuffer.c616 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in generic_buffers_fsync_noflush()
/Linux-v6.6/fs/ntfs/
Dmft.c398 __mark_inode_dirty(VFS_I(base_ni), I_DIRTY_DATASYNC); in __mark_mft_record_dirty()
/Linux-v6.6/fs/f2fs/
Ddata.c4257 if ((inode->i_state & I_DIRTY_DATASYNC) || in f2fs_iomap_begin()
/Linux-v6.6/fs/ceph/
Dcaps.c1798 dirty |= I_DIRTY_DATASYNC; in __ceph_mark_dirty_caps()
/Linux-v6.6/Documentation/filesystems/
Dvfs.rst315 then I_DIRTY_DATASYNC will be set in the flags argument.
/Linux-v6.6/fs/ext4/
Dinode.c3208 return inode->i_state & I_DIRTY_DATASYNC; in ext4_inode_datasync_dirty()