Searched refs:__mark_inode_dirty (Results 1 – 13 of 13) sorted by relevance
/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/fat/ |
H A D | misc.c | 357 __mark_inode_dirty(inode, dirty_flags); in fat_update_time()
|
H A D | fatent.c | 316 __mark_inode_dirty(sbi->fsinfo_inode, I_DIRTY_SYNC); in mark_fsinfo_dirty()
|
/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() 1412 __mark_inode_dirty(inode, I_DIRTY_SYNC); in ubifs_update_time()
|
/linux/fs/ceph/ |
H A D | file.c | 1318 __mark_inode_dirty(inode, dirty); in ceph_aio_complete() 2481 __mark_inode_dirty(inode, dirty); in ceph_write_iter() 2727 __mark_inode_dirty(inode, dirty); in ceph_fallocate() 3128 __mark_inode_dirty(dst_inode, dirty); in __ceph_copy_file_range()
|
H A D | addr.c | 1802 __mark_inode_dirty(inode, dirty); in ceph_page_mkwrite() 1980 __mark_inode_dirty(inode, dirty); in ceph_uninline_data()
|
H A D | inode.c | 2778 __mark_inode_dirty(inode, inode_dirty_flags); in __ceph_setattr()
|
/linux/fs/ |
H A D | fs-writeback.c | 2483 void __mark_inode_dirty(struct inode *inode, int flags) in __mark_inode_dirty() function 2620 EXPORT_SYMBOL(__mark_inode_dirty);
|
H A D | dax.c | 880 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); in dax_insert_entry()
|
/linux/include/linux/ |
H A D | fs.h | 2544 extern void __mark_inode_dirty(struct inode *, int); 2547 __mark_inode_dirty(inode, I_DIRTY); in mark_inode_dirty() 2552 __mark_inode_dirty(inode, I_DIRTY_SYNC); in mark_inode_dirty_sync()
|
/linux/Documentation/mm/ |
H A D | process_addrs.rst | 394 inode->i_lock (in set_page_dirty's __mark_inode_dirty) 395 bdi.wb->list_lock (in set_page_dirty's __mark_inode_dirty)
|
/linux/mm/ |
H A D | page-writeback.c | 2832 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); in filemap_dirty_folio()
|