Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
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()
Docfs2_fs.h1203 __le32 dqb_use_count; /* Number of nodes having reference to this structure */ member