Home
last modified time | relevance | path

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

/openbmc/linux/fs/quota/
H A Ddquot.c3012 unsigned long nr_hash, order; in dquot_init() local
3036 nr_hash = (1UL << order) * PAGE_SIZE / sizeof(struct hlist_head); in dquot_init()
3037 dq_hash_bits = ilog2(nr_hash); in dquot_init()
3039 nr_hash = 1UL << dq_hash_bits; in dquot_init()
3040 dq_hash_mask = nr_hash - 1; in dquot_init()
3041 for (i = 0; i < nr_hash; i++) in dquot_init()
3045 " %ld bytes)\n", nr_hash, order, (PAGE_SIZE << order)); in dquot_init()