Searched refs:freeing (Results 1 – 4 of 4) sorted by relevance
484 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing) in __ocfs2_sync_dquot() argument566 err = ocfs2_qinfo_lock(info, freeing); in __ocfs2_sync_dquot()573 if (freeing) in __ocfs2_sync_dquot()578 if (freeing && !OCFS2_DQUOT(dquot)->dq_use_count) { in __ocfs2_sync_dquot()587 ocfs2_qinfo_unlock(info, freeing); in __ocfs2_sync_dquot()
101 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing);
131 heavyweight lock was required to prevent the erase code from freeing
162 * Moved the freeing of the private inode section from put_inode() to