Searched refs:rpc_mkpipe_data (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | rpc_pipe_fs.h | 128 struct rpc_pipe *rpc_mkpipe_data(const struct rpc_pipe_ops *ops, int flags);
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | rpc_pipe_fs.h | 128 struct rpc_pipe *rpc_mkpipe_data(const struct rpc_pipe_ops *ops, int flags);
|
/kernel/linux/linux-5.10/fs/nfs/blocklayout/ |
H A D | rpc_pipefs.c | 240 nn->bl_device_pipe = rpc_mkpipe_data(&bl_upcall_ops, 0); in nfs4blocklayout_net_init()
|
/kernel/linux/linux-6.6/fs/nfs/blocklayout/ |
H A D | rpc_pipefs.c | 239 nn->bl_device_pipe = rpc_mkpipe_data(&bl_upcall_ops, 0); in nfs4blocklayout_net_init()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | rpc_pipe.c | 564 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); variable 1202 sn->gssd_dummy = rpc_mkpipe_data(&gssd_dummy_pipe_ops, 0); in rpc_pipefs_init_net()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | rpc_pipe.c | 564 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); variable 1203 sn->gssd_dummy = rpc_mkpipe_data(&gssd_dummy_pipe_ops, 0); in rpc_pipefs_init_net()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4idmap.c | 472 pipe = rpc_mkpipe_data(&idmap_upcall_ops, 0); in nfs_idmap_new()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4idmap.c | 472 pipe = rpc_mkpipe_data(&idmap_upcall_ops, 0); in nfs_idmap_new()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 909 p->pipe = rpc_mkpipe_data(upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in gss_pipe_alloc()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4recover.c | 998 cn->cn_pipe = rpc_mkpipe_data(&cld_upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in __nfsd4_init_cld_pipe()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4recover.c | 998 cn->cn_pipe = rpc_mkpipe_data(&cld_upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in __nfsd4_init_cld_pipe()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 926 p->pipe = rpc_mkpipe_data(upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in gss_pipe_alloc()
|
Completed in 18 milliseconds