Searched refs:dquot_hash (Results 1 – 3 of 3) sorted by relevance
253 static struct hlist_head *dquot_hash; variable279 head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id); in insert_dquot_hash()293 hlist_for_each_entry(dquot, dquot_hash+hashent, dq_hash) in find_dquot()2961 dquot_hash = (struct hlist_head *)__get_free_pages(GFP_KERNEL, order); in dquot_init()2962 if (!dquot_hash) in dquot_init()2978 INIT_HLIST_HEAD(dquot_hash + i); in dquot_init()
161167 ffff80001212c448 b dquot_hash
Completed in 341 milliseconds