Home
last modified time | relevance | path

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

/linux-4.4.14/fs/quota/
Ddquot.c2883 unsigned long nr_hash, order; in dquot_init() local
2907 nr_hash = (1UL << order) * PAGE_SIZE / sizeof(struct hlist_head); in dquot_init()
2911 } while (nr_hash >> dq_hash_bits); in dquot_init()
2914 nr_hash = 1UL << dq_hash_bits; in dquot_init()
2915 dq_hash_mask = nr_hash - 1; in dquot_init()
2916 for (i = 0; i < nr_hash; i++) in dquot_init()
2920 " %ld bytes)\n", nr_hash, order, (PAGE_SIZE << order)); in dquot_init()