Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dclnt.h166 #define RPC_CLNT_CREATE_AUTOBIND (1UL << 2) macro
/openbmc/linux/fs/lockd/
H A Dhost.c462 RPC_CLNT_CREATE_AUTOBIND | in nlm_bind_host()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h154 { RPC_CLNT_CREATE_AUTOBIND, "AUTOBIND" }, \
/openbmc/linux/net/sunrpc/
H A Dclnt.c506 if (args->flags & RPC_CLNT_CREATE_AUTOBIND) in rpc_create_xprt()