Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dclnt.h169 #define RPC_CLNT_CREATE_DISCRTRY (1UL << 5) macro
/openbmc/linux/fs/nfs/
H A Dclient.c526 args.flags |= RPC_CLNT_CREATE_DISCRTRY; in nfs_create_rpc_client()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h157 { RPC_CLNT_CREATE_DISCRTRY, "DISCRTRY" }, \
/openbmc/linux/net/sunrpc/
H A Dclnt.c510 if (args->flags & RPC_CLNT_CREATE_DISCRTRY) in rpc_create_xprt()