Home
last modified time | relevance | path

Searched refs:rpc_mkpipe_dentry (Results 1 – 2 of 2) sorted by relevance

/net/sunrpc/
Drpc_pipe.c802 struct dentry *rpc_mkpipe_dentry(struct dentry *parent, const char *name, in rpc_mkpipe_dentry() function
833 EXPORT_SYMBOL_GPL(rpc_mkpipe_dentry);
1333 pipe_dentry = rpc_mkpipe_dentry(clnt_dentry, "gssd", NULL, pipe_data); in rpc_gssd_dummy_populate()
/net/sunrpc/auth_gss/
Dauth_gss.c887 dentry = rpc_mkpipe_dentry(dir, p->name, p->clnt, p->pipe); in gss_pipe_dentry_create()