Searched refs:I_DIRTY_DATASYNC (Results 1 – 17 of 17) sorted by relevance
/linux/fs/9p/ |
A D | vfs_super.c | 309 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in v9fs_write_inode() 332 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in v9fs_write_inode_dotl()
|
/linux/fs/ext4/ |
A D | fsync.c | 89 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in ext4_fsync_nojournal()
|
A D | inode.c | 3269 return inode->i_state & I_DIRTY_DATASYNC; in ext4_inode_datasync_dirty()
|
/linux/fs/jfs/ |
A D | file.c | 30 (datasync && !(inode->i_state & I_DIRTY_DATASYNC))) { in jfs_fsync()
|
/linux/fs/gfs2/ |
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()
|
A D | bmap.c | 986 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_page_done() 1063 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_begin_write()
|
/linux/fs/ubifs/ |
A D | file.c | 586 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in ubifs_write_end() 1248 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in do_setattr() 1332 if (!datasync || (inode->i_state & I_DIRTY_DATASYNC)) { in ubifs_fsync()
|
/linux/fs/jffs2/ |
A D | fs.c | 376 if (!(inode->i_state & I_DIRTY_DATASYNC)) { in jffs2_dirty_inode()
|
/linux/fs/nfs/ |
A D | internal.h | 701 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_mark_page_unstable()
|
A D | write.c | 2004 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_write_inode()
|
/linux/include/trace/events/ |
A D | writeback.h | 15 {I_DIRTY_DATASYNC, "I_DIRTY_DATASYNC"}, \
|
/linux/fs/nilfs2/ |
A D | inode.c | 669 if (flags & I_DIRTY_DATASYNC) in nilfs_update_inode()
|
/linux/fs/ |
A D | libfs.c | 1123 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in __generic_file_fsync()
|
/linux/include/linux/ |
A D | fs.h | 2424 #define I_DIRTY_DATASYNC (1 << 1) macro 2444 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC)
|
/linux/fs/ntfs/ |
A D | mft.c | 398 __mark_inode_dirty(VFS_I(base_ni), I_DIRTY_DATASYNC); in __mark_mft_record_dirty()
|
/linux/fs/ceph/ |
A D | caps.c | 1729 dirty |= I_DIRTY_DATASYNC; in __ceph_mark_dirty_caps()
|
/linux/Documentation/filesystems/ |
A D | vfs.rst | 276 then I_DIRTY_DATASYNC will be set in the flags argument.
|
Completed in 59 milliseconds