Searched refs:I_DIRTY_DATASYNC (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/gfs2/ |
| H A D | xattr.c | 319 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_dealloc_unstuffed() 771 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_alloc_skeleton() 896 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_set_simple_noalloc() 1114 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_remove_stuffed()
|
| H A D | bmap.c | 1005 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_put_folio() 1082 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_begin_write()
|
| /linux/fs/nfs/ |
| H A D | internal.h | 873 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_folio_mark_unstable()
|
| H A D | write.c | 1965 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_write_inode()
|
| /linux/include/linux/ |
| H A D | fs.h | 729 I_DIRTY_DATASYNC = (1U << 5), enumerator 746 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC)
|
| /linux/fs/ntfs/ |
| H A D | mft.c | 429 __mark_inode_dirty(VFS_I(base_ni), I_DIRTY_DATASYNC); in __mark_mft_record_dirty()
|
| /linux/fs/f2fs/ |
| H A D | data.c | 4608 if ((inode_state_read_once(inode) & I_DIRTY_DATASYNC) || in f2fs_iomap_begin()
|
| /linux/fs/ceph/ |
| H A D | caps.c | 1870 dirty |= I_DIRTY_DATASYNC; in __ceph_mark_dirty_caps()
|
| /linux/Documentation/filesystems/ |
| H A D | vfs.rst | 244 then I_DIRTY_DATASYNC will be set in the flags argument.
|
| /linux/fs/ext4/ |
| H A D | inode.c | 3459 return inode_state_read_once(inode) & I_DIRTY_DATASYNC; in ext4_inode_datasync_dirty()
|