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