dq_use_count       32 fs/ocfs2/quota.h 	unsigned int dq_use_count;	/* Number of nodes having reference to this entry in global quota file */
dq_use_count       93 fs/ocfs2/quota_global.c 	OCFS2_DQUOT(dquot)->dq_use_count = le32_to_cpu(d->dqb_use_count);
dq_use_count      102 fs/ocfs2/quota_global.c 	d->dqb_use_count = cpu_to_le32(OCFS2_DQUOT(dquot)->dq_use_count);
dq_use_count      574 fs/ocfs2/quota_global.c 		OCFS2_DQUOT(dquot)->dq_use_count--;
dq_use_count      578 fs/ocfs2/quota_global.c 	if (freeing && !OCFS2_DQUOT(dquot)->dq_use_count) {
dq_use_count      826 fs/ocfs2/quota_global.c 	OCFS2_DQUOT(dquot)->dq_use_count++;