Home
last modified time | relevance | path

Searched refs:qm_usr_dqhtable (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm.h111 xfs_dqlist_t *qm_usr_dqhtable;/* udquot hash table */ member
Dxfs_qm.c134 xqm->qm_usr_dqhtable = (xfs_dqhash_t *)kmem_zalloc(hsize * in xfs_Gqm_init()
140 ASSERT(xqm->qm_usr_dqhtable != NULL); in xfs_Gqm_init()
144 xfs_qm_list_init(&(xqm->qm_usr_dqhtable[i]), "uxdqh", i); in xfs_Gqm_init()
198 xfs_qm_list_destroy(&(xqm->qm_usr_dqhtable[i])); in xfs_qm_destroy()
201 kmem_free(xqm->qm_usr_dqhtable, hsize * sizeof(xfs_dqhash_t)); in xfs_qm_destroy()
203 xqm->qm_usr_dqhtable = NULL; in xfs_qm_destroy()
Dxfs_quota_priv.h100 (xfs_Gqm->qm_usr_dqhtable + \