Searched refs:so_strhash (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstate.h301 * so_strhash: ownerstr_hashtbl[] for open_owner, lock_ownerstr_hashtbl[]
317 struct list_head so_strhash; /* hash by op_name */ member in struct:nfs4_stateowner
H A Dnfs4state.c361 list_del(&sop->so_strhash);
459 list_del(&sop->so_strhash);
1924 INIT_LIST_HEAD(&sop->so_strhash);
1931 list_add(&sop->so_strhash, &ownerstr_hashtbl[strhashval]);
1995 list_for_each_entry(so, &ownerstr_hashtbl[hashval], so_strhash) {
3420 list_for_each_entry(op, &lock_ownerstr_hashtbl[hashval], so_strhash) {
3445 INIT_LIST_HEAD(&sop->so_strhash);
3452 list_add(&sop->so_strhash, &lock_ownerstr_hashtbl[strhashval]);

Completed in 57 milliseconds