Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/sunrpc/
Dclnt.h125 #define RPC_CLNT_CREATE_DISCRTRY (1UL << 5) macro
/linux-3.4.99/fs/nfs/
Dclient.c674 args.flags |= RPC_CLNT_CREATE_DISCRTRY; in nfs_create_rpc_client()
/linux-3.4.99/net/sunrpc/
Dclnt.c481 if (args->flags & RPC_CLNT_CREATE_DISCRTRY) in rpc_create()