Home
last modified time | relevance | path

Searched refs:dirty_inode (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/fs/
H A Dsuper_types.h86 void (*dirty_inode)(struct inode *inode, int flags); member
/linux/Documentation/filesystems/
H A Dlocking.rst171 void (*dirty_inode) (struct inode *, int flags);
195 dirty_inode:
H A Dvfs.rst234 void (*dirty_inode) (struct inode *, int flags);
288 ``dirty_inode``
294 and struct inode has times updated since the last ->dirty_inode
/linux/fs/
H A Dfs-writeback.c2594 if (sb->s_op->dirty_inode) in __mark_inode_dirty()
2595 sb->s_op->dirty_inode(inode, in __mark_inode_dirty()
/linux/fs/jfs/
H A Dsuper.c846 .dirty_inode = jfs_dirty_inode,
/linux/fs/xfs/
H A Dxfs_super.c1307 .dirty_inode = xfs_fs_dirty_inode,
/linux/fs/ubifs/
H A Dsuper.c2013 .dirty_inode = ubifs_dirty_inode,
/linux/fs/f2fs/
H A Dsuper.c3619 .dirty_inode = f2fs_dirty_inode,