Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dxattr.c319 __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 Dbmap.c1004 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_put_folio()
1081 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in gfs2_iomap_begin_write()
/linux/fs/fat/
H A Dmisc.c357 __mark_inode_dirty(inode, dirty_flags); in fat_update_time()
H A Dfatent.c316 __mark_inode_dirty(sbi->fsinfo_inode, I_DIRTY_SYNC); in mark_fsinfo_dirty()
/linux/fs/ubifs/
H A Dfile.c572 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in ubifs_write_end()
1042 * it passes I_DIRTY_PAGES flag while calling __mark_inode_dirty(), so in ubifs_writepage()
1242 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in do_setattr()
1394 __mark_inode_dirty(inode, I_DIRTY_SYNC); in ubifs_update_time()
/linux/fs/ceph/
H A Dfile.c1318 __mark_inode_dirty(inode, dirty); in ceph_aio_complete()
2480 __mark_inode_dirty(inode, dirty); in ceph_write_iter()
2726 __mark_inode_dirty(inode, dirty); in ceph_fallocate()
3127 __mark_inode_dirty(dst_inode, dirty); in __ceph_copy_file_range()
H A Dinode.c2782 __mark_inode_dirty(inode, inode_dirty_flags); in __ceph_setattr()
/linux/fs/nfs/
H A Dinternal.h849 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_folio_mark_unstable()
H A Dwrite.c1990 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); in nfs_write_inode()
/linux/fs/
H A Dfs-writeback.c152 * fast-path (used by '__mark_inode_dirty()'), so we save few context switches
1719 * Paired with smp_mb() in __mark_inode_dirty(). This allows in __writeback_single_inode()
1720 * __mark_inode_dirty() to test i_state without grabbing i_lock - in __writeback_single_inode()
1726 * necessary. This guarantees that either __mark_inode_dirty() in __writeback_single_inode()
2469 * __mark_inode_dirty - internal function to mark an inode dirty
2495 void __mark_inode_dirty(struct inode *inode, int flags) in __mark_inode_dirty() function
2537 * in one call to __mark_inode_dirty().) in __mark_inode_dirty()
2632 EXPORT_SYMBOL(__mark_inode_dirty);
H A Dbuffer.c757 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); in block_dirty_folio()
1209 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); in mark_buffer_dirty()
H A Ddax.c1053 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); in dax_insert_entry()
/linux/include/linux/
H A Dfs.h831 * __mark_inode_dirty expects inodes to be hashed. Since we don't
2606 extern void __mark_inode_dirty(struct inode *, int);
2609 __mark_inode_dirty(inode, I_DIRTY); in mark_inode_dirty()
2614 __mark_inode_dirty(inode, I_DIRTY_SYNC); in mark_inode_dirty_sync()
/linux/Documentation/mm/
H A Dprocess_addrs.rst432 inode->i_lock (in set_page_dirty's __mark_inode_dirty)
433 bdi.wb->list_lock (in set_page_dirty's __mark_inode_dirty)
/linux/mm/
H A Dpage-writeback.c2776 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); in filemap_dirty_folio()