Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/quota/
H A Ddquot.c254 static struct hlist_head *dquot_hash; variable
280 head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id); in insert_dquot_hash()
295 hlist_for_each (node, dquot_hash+hashent) { in find_dquot()
2978 dquot_hash = (struct hlist_head *)__get_free_pages(GFP_KERNEL, order); in dquot_init()
2979 if (!dquot_hash) in dquot_init()
2995 INIT_HLIST_HEAD(dquot_hash + i); in dquot_init()