Searched refs:OWNER_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
137 #define OWNER_HASH_SIZE (1 << OWNER_HASH_BITS) macro138 #define OWNER_HASH_MASK (OWNER_HASH_SIZE - 1)145 static struct list_head ownerid_hashtbl[OWNER_HASH_SIZE];146 static struct list_head ownerstr_hashtbl[OWNER_HASH_SIZE];4299 for (i = 0; i < OWNER_HASH_SIZE; i++) { in nfs4_state_init()