Home
last modified time | relevance | path

Searched refs:__ocfs2_sync_dquot (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dquota.h101 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing);
104 return __ocfs2_sync_dquot(dquot, 0); in ocfs2_sync_dquot()
108 return __ocfs2_sync_dquot(dquot, 1); in ocfs2_global_release_dquot()
Dquota_global.c484 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing) in __ocfs2_sync_dquot() function