Searched refs:qm_grp_dqhtable (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_quota_priv.h36 (xfs_Gqm->qm_grp_dqhtable + \
H A Dxfs_qm.h81 xfs_dqlist_t *qm_grp_dqhtable;/* gdquot hash table */ member in struct:xfs_qm
H A Dxfs_qm.c129 xqm->qm_grp_dqhtable = gdqhash;
131 ASSERT(xqm->qm_grp_dqhtable != NULL);
135 xfs_qm_list_init(&(xqm->qm_grp_dqhtable[i]), "gxdqh", i);
197 xfs_qm_list_destroy(&(xqm->qm_grp_dqhtable[i]));
200 kmem_free_large(xqm->qm_grp_dqhtable);
202 xqm->qm_grp_dqhtable = NULL;

Completed in 240 milliseconds