Home
last modified time | relevance | path

Searched refs:RPC_CLNT_CREATE_DISCRTRY (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/sunrpc/
H A Dclnt.h172 #define RPC_CLNT_CREATE_DISCRTRY (1UL << 5) macro
/linux/fs/nfs/
H A Dclient.c558 args.flags |= RPC_CLNT_CREATE_DISCRTRY; in nfs_create_rpc_client()
/linux/net/sunrpc/
H A Dclnt.c512 if (args->flags & RPC_CLNT_CREATE_DISCRTRY) in rpc_create_xprt()