Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dclnt.h141 #define RPC_CLNT_CREATE_DISCRTRY (1UL << 5) macro
/Linux-v4.19/fs/nfs/
Dclient.c512 args.flags |= RPC_CLNT_CREATE_DISCRTRY; in nfs_create_rpc_client()
/Linux-v4.19/net/sunrpc/
Dclnt.c494 if (args->flags & RPC_CLNT_CREATE_DISCRTRY) in rpc_create_xprt()