Searched refs:rpc_mkpipe_dentry (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/sunrpc/ |
D | rpc_pipe_fs.h | 127 extern struct dentry *rpc_mkpipe_dentry(struct dentry *, const char *, void *,
|
/Linux-v4.19/fs/nfs/blocklayout/ |
D | rpc_pipefs.c | 153 dentry = rpc_mkpipe_dentry(dir, "blocklayout", NULL, pipe); in nfs4blocklayout_register_sb()
|
/Linux-v4.19/net/sunrpc/ |
D | rpc_pipe.c | 802 struct dentry *rpc_mkpipe_dentry(struct dentry *parent, const char *name, in rpc_mkpipe_dentry() function 833 EXPORT_SYMBOL_GPL(rpc_mkpipe_dentry); 1345 pipe_dentry = rpc_mkpipe_dentry(clnt_dentry, "gssd", NULL, pipe_data); in rpc_gssd_dummy_populate()
|
/Linux-v4.19/fs/nfs/ |
D | nfs4idmap.c | 431 dentry = rpc_mkpipe_dentry(dir, "idmap", idmap, pipe); in nfs_idmap_pipe_create()
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4recover.c | 789 dentry = rpc_mkpipe_dentry(dir, NFSD_CLD_PIPE, NULL, pipe); in nfsd4_cld_register_sb()
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | auth_gss.c | 895 dentry = rpc_mkpipe_dentry(dir, p->name, p->clnt, p->pipe); in gss_pipe_dentry_create()
|