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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dclnt.h52 char cl_pathname[30];/* Path in rpc_pipe_fs */ member in struct:rpc_clnt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dclnt.c86 snprintf(clnt->cl_pathname, sizeof(clnt->cl_pathname),
89 clnt->cl_pathname[sizeof(clnt->cl_pathname) - 1] = '\0';
90 clnt->cl_dentry = rpc_mkdir(clnt->cl_pathname, clnt);
96 clnt->cl_pathname, error);

Completed in 79 milliseconds