Searched refs:dquot_hash (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/quota/ |
H A D | dquot.c | 229 * releasing_dquots, free_dquots, dqi_dirty_list, and dquot_hash[] array. 255 * one of the dquot_hash[] hash chains. The provides an efficient search 263 static struct hlist_head *dquot_hash; variable 292 head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id); in insert_dquot_hash() 307 hlist_for_each (node, dquot_hash+hashent) { in find_dquot() 3081 dquot_hash = (struct hlist_head *)__get_free_pages(GFP_KERNEL, order); in dquot_init() 3082 if (!dquot_hash) in dquot_init() 3098 INIT_HLIST_HEAD(dquot_hash + i); in dquot_init()
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | dquot.c | 229 * releasing_dquots, free_dquots, dqi_dirty_list, and dquot_hash[] array. 255 * one of the dquot_hash[] hash chains. The provides an efficient search 263 static struct hlist_head *dquot_hash; variable 292 head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id); in insert_dquot_hash() 306 hlist_for_each_entry(dquot, dquot_hash+hashent, dq_hash) in find_dquot() 3024 dquot_hash = (struct hlist_head *)__get_free_pages(GFP_KERNEL, order); in dquot_init() 3025 if (!dquot_hash) in dquot_init() 3041 INIT_HLIST_HEAD(dquot_hash + i); in dquot_init()
|
Completed in 8 milliseconds