Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/sunrpc/
Dclnt.h156 #define RPC_CLNT_CREATE_DISCRTRY (1UL << 5) macro
/linux-6.1.9/fs/nfs/
Dclient.c516 args.flags |= RPC_CLNT_CREATE_DISCRTRY; in nfs_create_rpc_client()
/linux-6.1.9/net/sunrpc/
Dclnt.c506 if (args->flags & RPC_CLNT_CREATE_DISCRTRY) in rpc_create_xprt()