Home
last modified time | relevance | path

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

/linux/fs/quota/
H A Ddquot.c264 static struct hlist_head *dquot_hash; variable
293 head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id); in insert_dquot_hash()
307 hlist_for_each_entry(dquot, dquot_hash+hashent, dq_hash) in find_dquot()
2961 dquot_hash = kmalloc(PAGE_SIZE, GFP_KERNEL); in dquot_init()
2962 if (!dquot_hash) in dquot_init()
2977 INIT_HLIST_HEAD(dquot_hash + i); in dquot_init()