Searched refs:cl_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.h209 struct list_head cl_strhash; /* hash by cl_name */ member in struct:nfs4_client
H A Dnfs4state.c854 list_del(&clp->cl_strhash);
947 INIT_LIST_HEAD(&clp->cl_strhash);
980 list_add(&clp->cl_strhash, &unconf_str_hashtbl[strhashval]);
995 list_move(&clp->cl_strhash, &conf_str_hashtbl[strhashval]);
1038 list_for_each_entry(clp, &conf_str_hashtbl[hashval], cl_strhash) {
1052 list_for_each_entry(clp, &unconf_str_hashtbl[hashval], cl_strhash) {
4135 clp = list_entry(unconf_str_hashtbl[i].next, struct nfs4_client, cl_strhash);

Completed in 46 milliseconds