Searched refs:__ocfs2_sync_dquot (Results 1 – 2 of 2) sorted by relevance
100 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing);103 return __ocfs2_sync_dquot(dquot, 0); in ocfs2_sync_dquot()107 return __ocfs2_sync_dquot(dquot, 1); in ocfs2_global_release_dquot()
478 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing) in __ocfs2_sync_dquot() function