Home
last modified time | relevance | path

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

/linux-4.19.296/fs/quota/
Ddquot.c261 static unsigned int dq_hash_bits, dq_hash_mask; variable
282 return (tmp + (tmp >> dq_hash_bits)) & dq_hash_mask; in hashfn()
3074 dq_hash_bits = 0; in dquot_init()
3076 dq_hash_bits++; in dquot_init()
3077 } while (nr_hash >> dq_hash_bits); in dquot_init()
3078 dq_hash_bits--; in dquot_init()
3080 nr_hash = 1UL << dq_hash_bits; in dquot_init()