Home
last modified time | relevance | path

Searched refs:__mark_inode_dirty (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/fs/9p/
Dvfs_super.c316 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in v9fs_write_inode()
339 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in v9fs_write_inode_dotl()
/Linux-v4.19/fs/gfs2/
Dxattr.c311 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_dealloc_unstuffed()
756 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_alloc_skeleton()
884 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_set_simple_noalloc()
1102 __mark_inode_dirty(&ip->i_inode, I_DIRTY_DATASYNC); in ea_remove_stuffed()
Dbmap.c1122 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_end()
/Linux-v4.19/fs/ubifs/
Dfile.c598 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in ubifs_write_end()
1261 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in do_setattr()
1411 __mark_inode_dirty(inode, iflags); in ubifs_update_time()
/Linux-v4.19/fs/ceph/
Dfile.c764 __mark_inode_dirty(inode, dirty); in ceph_aio_complete()
1518 __mark_inode_dirty(inode, dirty); in ceph_write_iter()
1819 __mark_inode_dirty(inode, dirty); in ceph_fallocate()
Dxattr.c1112 __mark_inode_dirty(inode, dirty); in __ceph_setxattr()
Daddr.c1610 __mark_inode_dirty(inode, dirty); in ceph_page_mkwrite()
Dinode.c2130 __mark_inode_dirty(inode, inode_dirty_flags); in __ceph_setattr()
/Linux-v4.19/fs/nfs/
Dinternal.h671 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_mark_page_unstable()
Dwrite.c1951 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_write_inode()
/Linux-v4.19/fs/
Dfs-writeback.c2114 void __mark_inode_dirty(struct inode *inode, int flags) in __mark_inode_dirty() function
2225 EXPORT_SYMBOL(__mark_inode_dirty);
Dbuffer.c646 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); in __set_page_dirty_buffers()
1114 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); in mark_buffer_dirty()
Ddax.c813 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); in dax_insert_mapping_entry()
Dinode.c1651 __mark_inode_dirty(inode, iflags); in generic_update_time()
Diomap.c692 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); in iomap_set_page_dirty()
/Linux-v4.19/include/linux/
Dfs.h2067 extern void __mark_inode_dirty(struct inode *, int);
2070 __mark_inode_dirty(inode, I_DIRTY); in mark_inode_dirty()
2075 __mark_inode_dirty(inode, I_DIRTY_SYNC); in mark_inode_dirty_sync()
/Linux-v4.19/fs/fat/
Dfatent.c316 __mark_inode_dirty(sbi->fsinfo_inode, I_DIRTY_SYNC); in mark_fsinfo_dirty()
/Linux-v4.19/mm/
Dpage-writeback.c2481 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); in __set_page_dirty_nobuffers()
/Linux-v4.19/fs/ntfs/
Dmft.c412 __mark_inode_dirty(VFS_I(base_ni), I_DIRTY_DATASYNC); in __mark_mft_record_dirty()