Home
last modified time | relevance | path

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

/linux-3.4.99/fs/quota/
Ddquot.c247 static struct hlist_head *dquot_hash; variable
270 head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id, dquot->dq_type); in insert_dquot_hash()
285 hlist_for_each (node, dquot_hash+hashent) { in find_dquot()
2678 dquot_hash = (struct hlist_head *)__get_free_pages(GFP_ATOMIC, order); in dquot_init()
2679 if (!dquot_hash) in dquot_init()
2699 INIT_HLIST_HEAD(dquot_hash + i); in dquot_init()