Searched refs:sync_lazytime (Results 1 – 5 of 5) sorted by relevance
1713 bool sync_lazytime(struct inode *inode) in sync_lazytime() function1719 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()
185 sync_lazytime(inode); in vfs_fsync_range()
1997 if (inode->i_nlink && sync_lazytime(inode)) in iput()
85 void (*sync_lazytime)(struct inode *inode);122 sync_lazytime: no
2030 void (*sync_lazytime)(struct inode *inode); member