Searched refs:I_DIRTY_DATASYNC (Results 1 – 16 of 16) sorted by relevance
/linux/fs/jfs/ |
H A D | file.c | 30 (datasync && !(inode->i_state & I_DIRTY_DATASYNC))) { in jfs_fsync()
|
/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 | 998 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_put_folio() 1075 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_begin_write()
|
/linux/fs/ubifs/ |
H A D | file.c | 578 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in ubifs_write_end() 1260 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in do_setattr() 1344 if (!datasync || (inode->i_state & I_DIRTY_DATASYNC)) { in ubifs_fsync()
|
/linux/fs/jffs2/ |
H A D | fs.c | 376 if (!(inode->i_state & I_DIRTY_DATASYNC)) { in jffs2_dirty_inode()
|
/linux/include/trace/events/ |
H A D | writeback.h | 15 {I_DIRTY_DATASYNC, "I_DIRTY_DATASYNC"}, \
|
/linux/fs/nfs/ |
H A D | internal.h | 844 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_folio_mark_unstable()
|
H A D | write.c | 1992 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_write_inode()
|
/linux/fs/nilfs2/ |
H A D | inode.c | 765 if (flags & I_DIRTY_DATASYNC) in nilfs_update_inode()
|
/linux/include/linux/ |
H A D | fs.h | 2452 #define I_DIRTY_DATASYNC (1 << 4) macro 2467 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC)
|
/linux/fs/ |
H A D | libfs.c | 1536 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in __generic_file_fsync()
|
H A D | buffer.c | 607 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in generic_buffers_fsync_noflush()
|
/linux/fs/f2fs/ |
H A D | data.c | 4273 if ((inode->i_state & I_DIRTY_DATASYNC) || in f2fs_iomap_begin()
|
/linux/fs/ext4/ |
H A D | inode.c | 3256 return inode->i_state & I_DIRTY_DATASYNC; in ext4_inode_datasync_dirty()
|
/linux/fs/ceph/ |
H A D | caps.c | 1848 dirty |= I_DIRTY_DATASYNC; in __ceph_mark_dirty_caps()
|
/linux/Documentation/filesystems/ |
H A D | vfs.rst | 315 then I_DIRTY_DATASYNC will be set in the flags argument.
|