Searched refs:I_DIRTY_DATASYNC (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.1/fs/9p/ |
D | vfs_super.c | 310 __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/ |
D | fsync.c | 89 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in ext4_fsync_nojournal()
|
D | inode.c | 3312 return inode->i_state & I_DIRTY_DATASYNC; in ext4_inode_datasync_dirty()
|
/Linux-v6.1/fs/jfs/ |
D | file.c | 30 (datasync && !(inode->i_state & I_DIRTY_DATASYNC))) { in jfs_fsync()
|
/Linux-v6.1/fs/gfs2/ |
D | xattr.c | 315 __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()
|
D | bmap.c | 984 __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/ |
D | file.c | 585 __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/ |
D | fs.c | 376 if (!(inode->i_state & I_DIRTY_DATASYNC)) { in jffs2_dirty_inode()
|
/Linux-v6.1/include/trace/events/ |
D | writeback.h | 15 {I_DIRTY_DATASYNC, "I_DIRTY_DATASYNC"}, \
|
/Linux-v6.1/fs/nfs/ |
D | internal.h | 776 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_mark_page_unstable()
|
D | write.c | 2001 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_write_inode()
|
/Linux-v6.1/fs/ |
D | libfs.c | 1124 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in __generic_file_fsync()
|
/Linux-v6.1/fs/nilfs2/ |
D | inode.c | 812 if (flags & I_DIRTY_DATASYNC) in nilfs_update_inode()
|
/Linux-v6.1/include/linux/ |
D | fs.h | 2447 #define I_DIRTY_DATASYNC (1 << 1) macro 2468 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC)
|
/Linux-v6.1/fs/ntfs/ |
D | mft.c | 398 __mark_inode_dirty(VFS_I(base_ni), I_DIRTY_DATASYNC); in __mark_mft_record_dirty()
|
/Linux-v6.1/fs/f2fs/ |
D | data.c | 4159 if ((inode->i_state & I_DIRTY_DATASYNC) || in f2fs_iomap_begin()
|
/Linux-v6.1/fs/ceph/ |
D | caps.c | 1731 dirty |= I_DIRTY_DATASYNC; in __ceph_mark_dirty_caps()
|
/Linux-v6.1/Documentation/filesystems/ |
D | vfs.rst | 276 then I_DIRTY_DATASYNC will be set in the flags argument.
|