Home
last modified time | relevance | path

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

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