Searched refs:I_DIRTY_DATASYNC (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | file.c | 30 (datasync && !(inode->i_state & I_DIRTY_DATASYNC))) { in jfs_fsync()
|
/openbmc/linux/fs/gfs2/ |
H A 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()
|
H A D | bmap.c | 995 __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()
|
/openbmc/linux/fs/ubifs/ |
H A D | file.c | 580 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in ubifs_write_end() 1250 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in do_setattr() 1334 if (!datasync || (inode->i_state & I_DIRTY_DATASYNC)) { in ubifs_fsync()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 550 #define I_DIRTY_DATASYNC 2 macro 561 #define I_DIRTY (I_DIRTY_SYNC | I_DIRTY_DATASYNC | I_DIRTY_PAGES)
|
/openbmc/linux/fs/jffs2/ |
H A D | fs.c | 376 if (!(inode->i_state & I_DIRTY_DATASYNC)) { in jffs2_dirty_inode()
|
/openbmc/linux/include/trace/events/ |
H A D | writeback.h | 15 {I_DIRTY_DATASYNC, "I_DIRTY_DATASYNC"}, \
|
/openbmc/linux/fs/nfs/ |
H A D | internal.h | 789 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_folio_mark_unstable()
|
H A D | write.c | 2009 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_write_inode()
|
/openbmc/linux/fs/nilfs2/ |
H A D | inode.c | 812 if (flags & I_DIRTY_DATASYNC) in nilfs_update_inode()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2274 #define I_DIRTY_DATASYNC (1 << 1) macro 2297 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC)
|
/openbmc/linux/fs/ |
H A D | libfs.c | 1412 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()
|
/openbmc/linux/fs/ntfs/ |
H A D | mft.c | 398 __mark_inode_dirty(VFS_I(base_ni), I_DIRTY_DATASYNC); in __mark_mft_record_dirty()
|
/openbmc/linux/fs/f2fs/ |
H A D | data.c | 4219 if ((inode->i_state & I_DIRTY_DATASYNC) || in f2fs_iomap_begin()
|
/openbmc/linux/fs/ceph/ |
H A D | caps.c | 1802 dirty |= I_DIRTY_DATASYNC; in __ceph_mark_dirty_caps()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfs.rst | 315 then I_DIRTY_DATASYNC will be set in the flags argument.
|
/openbmc/linux/fs/ext4/ |
H A D | inode.c | 3243 return inode->i_state & I_DIRTY_DATASYNC; in ext4_inode_datasync_dirty()
|