Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sunrpc/
H A Drpc_pipe_fs.h130 extern struct dentry *rpc_mkpipe_dentry(struct dentry *, const char *, void *,
/linux-6.15/fs/nfs/blocklayout/
H A Drpc_pipefs.c152 dentry = rpc_mkpipe_dentry(dir, "blocklayout", NULL, pipe); in nfs4blocklayout_register_sb()
/linux-6.15/net/sunrpc/
H A 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);
1329 pipe_dentry = rpc_mkpipe_dentry(clnt_dentry, "gssd", NULL, pipe_data); in rpc_gssd_dummy_populate()
/linux-6.15/fs/nfs/
H A Dnfs4idmap.c442 dentry = rpc_mkpipe_dentry(dir, "idmap", idmap, pipe); in nfs_idmap_pipe_create()
/linux-6.15/fs/nfsd/
H A Dnfs4recover.c960 dentry = rpc_mkpipe_dentry(dir, NFSD_CLD_PIPE, NULL, pipe); in nfsd4_cld_register_sb()
/linux-6.15/net/sunrpc/auth_gss/
H A Dauth_gss.c904 dentry = rpc_mkpipe_dentry(dir, p->name, p->clnt, p->pipe); in gss_pipe_dentry_create()