Searched refs:h_rpcclnt (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/lockd/
H A Dhost.c172 host->h_rpcclnt = NULL;
214 clnt = host->h_rpcclnt;
340 if ((clnt = host->h_rpcclnt) != NULL) {
381 host->h_rpcclnt = clnt;
399 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) {
400 rpc_force_rebind(host->h_rpcclnt);
505 if (host->h_rpcclnt) {
506 rpc_shutdown_client(host->h_rpcclnt);
507 host->h_rpcclnt = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/lockd/
H A Dhost.c172 host->h_rpcclnt = NULL;
214 clnt = host->h_rpcclnt;
340 if ((clnt = host->h_rpcclnt) != NULL) {
381 host->h_rpcclnt = clnt;
399 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) {
400 rpc_force_rebind(host->h_rpcclnt);
505 if (host->h_rpcclnt) {
506 rpc_shutdown_client(host->h_rpcclnt);
507 host->h_rpcclnt = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/lockd/
H A Dlockd.h46 struct rpc_clnt *h_rpcclnt; /* RPC client to talk to peer */ member in struct:nlm_host
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/lockd/
H A Dlockd.h46 struct rpc_clnt *h_rpcclnt; /* RPC client to talk to peer */ member in struct:nlm_host

Completed in 104 milliseconds