Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dclnt.h143 #define RPC_CLNT_CREATE_INFINITE_SLOTS (1UL << 7) macro
/Linux-v4.19/fs/nfs/
Dclient.c518 args.flags |= RPC_CLNT_CREATE_INFINITE_SLOTS; in nfs_create_rpc_client()
/Linux-v4.19/net/sunrpc/
Dclnt.c535 if (args->flags & RPC_CLNT_CREATE_INFINITE_SLOTS) in rpc_create()