Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iops.c1289 .sync_lazytime = xfs_vn_sync_lazytime,
1316 .sync_lazytime = xfs_vn_sync_lazytime,
1344 .sync_lazytime = xfs_vn_sync_lazytime,
1356 .sync_lazytime = xfs_vn_sync_lazytime,
/linux/fs/
H A Dfs-writeback.c1723 inode->i_op->sync_lazytime(inode); in __sync_lazytime()
1727 bool sync_lazytime(struct inode *inode) in sync_lazytime() function
1733 if (inode->i_op->sync_lazytime) in sync_lazytime()
1786 sync_lazytime(inode); in __writeback_single_inode()
2623 } else if (was_dirty_time && inode->i_op->sync_lazytime) { in __mark_inode_dirty()
2624 inode->i_op->sync_lazytime(inode); in __mark_inode_dirty()
H A Dsync.c185 sync_lazytime(inode); in vfs_fsync_range()
H A Dinternal.h221 bool sync_lazytime(struct inode *inode);
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
H A Dvfs.rst438 void (*sync_lazytime)(struct inode *inode);
595 ``sync_lazytime``:
/linux/include/linux/
H A Dfs.h2030 void (*sync_lazytime)(struct inode *inode); member