Searched refs:dq_use_count (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dquota.h28 unsigned int dq_use_count; /* Number of nodes having reference to this entry in global quota file */ member in struct:ocfs2_dquot
H A Dquota_global.c92 OCFS2_DQUOT(dquot)->dq_use_count = le32_to_cpu(d->dqb_use_count);
101 d->dqb_use_count = cpu_to_le32(OCFS2_DQUOT(dquot)->dq_use_count);
568 OCFS2_DQUOT(dquot)->dq_use_count--;
572 if (freeing && !OCFS2_DQUOT(dquot)->dq_use_count) {
768 OCFS2_DQUOT(dquot)->dq_use_count++;

Completed in 46 milliseconds