Searched refs:I_DIRTY_DATASYNC (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/fs/jfs/ |
| H A D | file.c | 30 (datasync && !(inode->i_state & I_DIRTY_DATASYNC))) { in jfs_fsync()
|
| /linux-6.15/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-6.15/fs/ubifs/ |
| H A D | file.c | 570 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in ubifs_write_end() 1236 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in do_setattr() 1320 if (!datasync || (inode->i_state & I_DIRTY_DATASYNC)) { in ubifs_fsync()
|
| /linux-6.15/fs/jffs2/ |
| H A D | fs.c | 376 if (!(inode->i_state & I_DIRTY_DATASYNC)) { in jffs2_dirty_inode()
|
| /linux-6.15/fs/nfs/ |
| H A D | internal.h | 848 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_folio_mark_unstable()
|
| H A D | write.c | 2006 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_write_inode()
|
| /linux-6.15/include/trace/events/ |
| H A D | writeback.h | 15 {I_DIRTY_DATASYNC, "I_DIRTY_DATASYNC"}, \
|
| /linux-6.15/fs/nilfs2/ |
| H A D | inode.c | 743 if (flags & I_DIRTY_DATASYNC) in nilfs_update_inode()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 2523 #define I_DIRTY_DATASYNC (1 << 4) macro 2538 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC)
|
| /linux-6.15/fs/ |
| H A D | libfs.c | 1533 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in __generic_file_fsync()
|
| H A D | buffer.c | 616 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in generic_buffers_fsync_noflush()
|
| /linux-6.15/fs/f2fs/ |
| H A D | data.c | 4241 if ((inode->i_state & I_DIRTY_DATASYNC) || in f2fs_iomap_begin()
|
| /linux-6.15/fs/ceph/ |
| H A D | caps.c | 1834 dirty |= I_DIRTY_DATASYNC; in __ceph_mark_dirty_caps()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | vfs.rst | 315 then I_DIRTY_DATASYNC will be set in the flags argument.
|
| /linux-6.15/fs/ext4/ |
| H A D | inode.c | 3278 return inode->i_state & I_DIRTY_DATASYNC; in ext4_inode_datasync_dirty()
|