Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dnfs4state.c137 #define OWNER_HASH_SIZE (1 << OWNER_HASH_BITS) macro
138 #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()