Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Drpc_pipe_fs.h128 struct rpc_pipe *rpc_mkpipe_data(const struct rpc_pipe_ops *ops, int flags);
/linux/fs/nfs/blocklayout/
H A Drpc_pipefs.c239 nn->bl_device_pipe = rpc_mkpipe_data(&bl_upcall_ops, 0); in nfs4blocklayout_net_init()
/linux/fs/nfs/
H A Dnfs4idmap.c472 pipe = rpc_mkpipe_data(&idmap_upcall_ops, 0); in nfs_idmap_new()
/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c926 p->pipe = rpc_mkpipe_data(upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in gss_pipe_alloc()