dqb_use_count    1164 fs/ocfs2/ocfs2_fs.h 	__le32 dqb_use_count;   /* Number of nodes having reference to this structure */
dqb_use_count      93 fs/ocfs2/quota_global.c 	OCFS2_DQUOT(dquot)->dq_use_count = le32_to_cpu(d->dqb_use_count);
dqb_use_count     102 fs/ocfs2/quota_global.c 	d->dqb_use_count = cpu_to_le32(OCFS2_DQUOT(dquot)->dq_use_count);