Home
last modified time | relevance | path

Searched defs:rpc_call (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/sunrpc/
Dclnt.h132 int rpc_call(struct rpc_clnt *clnt, u32 proc, void *argp, void *resp, int flags) in rpc_call() function
/linux-2.4.37.9/fs/nfs/
Dnfs3proc.c46 #define rpc_call(clnt, proc, argp, resp, flags) \ macro