Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/sunrpc/
Drpc_pipe_fs.h123 struct rpc_pipe *rpc_mkpipe_data(const struct rpc_pipe_ops *ops, int flags);
/linux-5.19.10/fs/nfs/blocklayout/
Drpc_pipefs.c239 nn->bl_device_pipe = rpc_mkpipe_data(&bl_upcall_ops, 0); in nfs4blocklayout_net_init()
/linux-5.19.10/net/sunrpc/
Drpc_pipe.c564 struct rpc_pipe *rpc_mkpipe_data(const struct rpc_pipe_ops *ops, int flags) in rpc_mkpipe_data() function
576 EXPORT_SYMBOL_GPL(rpc_mkpipe_data);
1203 sn->gssd_dummy = rpc_mkpipe_data(&gssd_dummy_pipe_ops, 0); in rpc_pipefs_init_net()
/linux-5.19.10/fs/nfs/
Dnfs4idmap.c472 pipe = rpc_mkpipe_data(&idmap_upcall_ops, 0); in nfs_idmap_new()
/linux-5.19.10/fs/nfsd/
Dnfs4recover.c996 cn->cn_pipe = rpc_mkpipe_data(&cld_upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in __nfsd4_init_cld_pipe()
/linux-5.19.10/net/sunrpc/auth_gss/
Dauth_gss.c895 p->pipe = rpc_mkpipe_data(upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in gss_pipe_alloc()