Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcapa.c88 int nr_hash, i; in init_capa_hash() local
94 nr_hash = PAGE_CACHE_SIZE / sizeof(struct hlist_head); in init_capa_hash()
95 LASSERT(nr_hash > NR_CAPAHASH); in init_capa_hash()
/linux-4.1.27/fs/quota/
Ddquot.c2845 unsigned long nr_hash, order; in dquot_init() local
2869 nr_hash = (1UL << order) * PAGE_SIZE / sizeof(struct hlist_head); in dquot_init()
2873 } while (nr_hash >> dq_hash_bits); in dquot_init()
2876 nr_hash = 1UL << dq_hash_bits; in dquot_init()
2877 dq_hash_mask = nr_hash - 1; in dquot_init()
2878 for (i = 0; i < nr_hash; i++) in dquot_init()
2882 " %ld bytes)\n", nr_hash, order, (PAGE_SIZE << order)); in dquot_init()