Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
A Dquota_global.c93 OCFS2_DQUOT(dquot)->dq_use_count = le32_to_cpu(d->dqb_use_count); in ocfs2_global_disk2memdqb()
102 d->dqb_use_count = cpu_to_le32(OCFS2_DQUOT(dquot)->dq_use_count); in ocfs2_global_mem2diskdqb()
573 OCFS2_DQUOT(dquot)->dq_use_count--; in __ocfs2_sync_dquot()
577 if (freeing && !OCFS2_DQUOT(dquot)->dq_use_count) { in __ocfs2_sync_dquot()
825 OCFS2_DQUOT(dquot)->dq_use_count++; in ocfs2_acquire_dquot()
A Dquota.h32 …unsigned int dq_use_count; /* Number of nodes having reference to this entry in global quota file … member

Completed in 6 milliseconds