dquot_hash 252 fs/quota/dquot.c static struct hlist_head *dquot_hash; dquot_hash 278 fs/quota/dquot.c head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id); dquot_hash 293 fs/quota/dquot.c hlist_for_each (node, dquot_hash+hashent) { dquot_hash 2981 fs/quota/dquot.c dquot_hash = (struct hlist_head *)__get_free_pages(GFP_KERNEL, order); dquot_hash 2982 fs/quota/dquot.c if (!dquot_hash) dquot_hash 3002 fs/quota/dquot.c INIT_HLIST_HEAD(dquot_hash + i);