Searched refs:so_perclient (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.h303 * so_perclient: nfs4_client->cl_perclient entry - used when nfs4_client
318 struct list_head so_perclient; member in struct:nfs4_stateowner
H A Dnfs4state.c460 list_del(&sop->so_perclient);
847 sop = list_entry(clp->cl_openowners.next, struct nfs4_stateowner, so_perclient);
1925 INIT_LIST_HEAD(&sop->so_perclient);
1932 list_add(&sop->so_perclient, &clp->cl_openowners);
3446 INIT_LIST_HEAD(&sop->so_perclient);
3894 /* Note: so_perclient unused for lockowners,
3896 list_add(&sop->so_perclient, &matches);
3906 so_perclient);
3907 /* unhash_stateowner deletes so_perclient only
3909 list_del(&sop->so_perclient);
[all...]

Completed in 90 milliseconds