Searched refs:nr_hash (Results 1 – 1 of 1) sorted by relevance
2953 unsigned long nr_hash, order; in dquot_init() local2977 nr_hash = (1UL << order) * PAGE_SIZE / sizeof(struct hlist_head); in dquot_init()2981 } while (nr_hash >> dq_hash_bits); in dquot_init()2984 nr_hash = 1UL << dq_hash_bits; in dquot_init()2985 dq_hash_mask = nr_hash - 1; in dquot_init()2986 for (i = 0; i < nr_hash; i++) in dquot_init()2990 " %ld bytes)\n", nr_hash, order, (PAGE_SIZE << order)); in dquot_init()