Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/quota/
Dxfs_qm.c103 xfs_dqhash_t *udqhash, *gdqhash; in xfs_Gqm_init() local
111 udqhash = kmem_zalloc_greedy(&hsize, in xfs_Gqm_init()
114 if (!udqhash) in xfs_Gqm_init()
126 xqm->qm_usr_dqhtable = udqhash; in xfs_Gqm_init()
174 kmem_free_large(udqhash); in xfs_Gqm_init()