Home
last modified time | relevance | path

Searched refs:sync_lazytime (Results 1 – 5 of 5) sorted by relevance

/linux/fs/
H A Dfs-writeback.c1713 bool sync_lazytime(struct inode *inode) in sync_lazytime() function
1719 if (inode->i_op->sync_lazytime) in sync_lazytime()
1720 inode->i_op->sync_lazytime(inode); in sync_lazytime()
1773 sync_lazytime(inode); in __writeback_single_inode()
2610 } else if (was_dirty_time && inode->i_op->sync_lazytime) { in __mark_inode_dirty()
2611 inode->i_op->sync_lazytime(inode); in __mark_inode_dirty()
H A Dsync.c185 sync_lazytime(inode); in vfs_fsync_range()
H A Dinode.c1997 if (inode->i_nlink && sync_lazytime(inode)) in iput()
/linux/Documentation/filesystems/
H A Dlocking.rst85 void (*sync_lazytime)(struct inode *inode);
122 sync_lazytime: no
/linux/include/linux/
H A Dfs.h2030 void (*sync_lazytime)(struct inode *inode); member