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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 121 milliseconds