Home
last modified time | relevance | path

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

/linux-6.15/fs/quota/
H A Ddquot.c3000 unsigned long nr_hash, order; in dquot_init() local
3024 nr_hash = (1UL << order) * PAGE_SIZE / sizeof(struct hlist_head); in dquot_init()
3025 dq_hash_bits = ilog2(nr_hash); in dquot_init()
3027 nr_hash = 1UL << dq_hash_bits; in dquot_init()
3028 dq_hash_mask = nr_hash - 1; in dquot_init()
3029 for (i = 0; i < nr_hash; i++) in dquot_init()
3033 " %ld bytes)\n", nr_hash, order, (PAGE_SIZE << order)); in dquot_init()