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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm.h92 xfs_dqlist_t *qm_grp_dqhtable;/* gdquot hash table */ member in struct:xfs_qm
H A Dxfs_quota_priv.h88 (xfs_Gqm->qm_grp_dqhtable + \
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);
189 xfs_qm_list_destroy(&(xqm->qm_grp_dqhtable[i]));
192 kmem_free(xqm->qm_grp_dqhtable, hsize * sizeof(xfs_dqhash_t));
194 xqm->qm_grp_dqhtable = NULL;

Completed in 63 milliseconds