Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Drpc_pipe_fs.h123 struct rpc_pipe *rpc_mkpipe_data(const struct rpc_pipe_ops *ops, int flags);
/OK3568_Linux_fs/kernel/fs/nfs/blocklayout/
H A Drpc_pipefs.c240 nn->bl_device_pipe = rpc_mkpipe_data(&bl_upcall_ops, 0); in nfs4blocklayout_net_init()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A 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);
1202 sn->gssd_dummy = rpc_mkpipe_data(&gssd_dummy_pipe_ops, 0); in rpc_pipefs_init_net()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4idmap.c472 pipe = rpc_mkpipe_data(&idmap_upcall_ops, 0); in nfs_idmap_new()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4recover.c998 cn->cn_pipe = rpc_mkpipe_data(&cld_upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in __nfsd4_init_cld_pipe()
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dauth_gss.c894 p->pipe = rpc_mkpipe_data(upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in gss_pipe_alloc()