Searched refs:sync_lazytime (Results 1 – 2 of 2) sorted by relevance
1749 inode->i_op->sync_lazytime(inode); in __sync_lazytime()1753 bool sync_lazytime(struct inode *inode) in sync_lazytime() function1759 if (inode->i_op->sync_lazytime) in sync_lazytime()1812 sync_lazytime(inode); in __writeback_single_inode()2731 } else if (was_dirty_time && inode->i_op->sync_lazytime) { in __mark_inode_dirty()2732 inode->i_op->sync_lazytime(inode); in __mark_inode_dirty()
2024 void (*sync_lazytime)(struct inode *inode); member