Home
last modified time | relevance | path

Searched refs:cl_path (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/net/sunrpc/
Dclnt.c110 clnt->cl_path.mnt = ERR_PTR(-ENOENT); in rpc_setup_pipedir()
111 clnt->cl_path.dentry = ERR_PTR(-ENOENT); in rpc_setup_pipedir()
138 clnt->cl_path = path; in rpc_setup_pipedir()
252 if (!IS_ERR(clnt->cl_path.dentry)) { in rpc_new_client()
253 rpc_remove_client_dir(clnt->cl_path.dentry); in rpc_new_client()
475 if (!IS_ERR(clnt->cl_path.dentry)) { in rpc_free_client()
476 rpc_remove_client_dir(clnt->cl_path.dentry); in rpc_free_client()
/linux-2.6.39/include/linux/sunrpc/
Dclnt.h59 struct path cl_path; member
/linux-2.6.39/fs/nfs/
Didmap.c368 idmap->idmap_dentry = rpc_mkpipe(clp->cl_rpcclient->cl_path.dentry, in nfs_idmap_new()
/linux-2.6.39/net/sunrpc/auth_gss/
Dauth_gss.c826 gss_auth->dentry[1] = rpc_mkpipe(clnt->cl_path.dentry, in gss_create()
835 gss_auth->dentry[0] = rpc_mkpipe(clnt->cl_path.dentry, in gss_create()