Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dnfs4state.c154 #define STATEID_HASH_SIZE (1 << STATEID_HASH_BITS) macro
155 #define STATEID_HASH_MASK (STATEID_HASH_SIZE - 1)
163 static struct list_head stateid_hashtbl[STATEID_HASH_SIZE];
3571 static struct list_head lockstateid_hashtbl[STATEID_HASH_SIZE];
4303 for (i = 0; i < STATEID_HASH_SIZE; i++) { in nfs4_state_init()