Home
last modified time | relevance | path

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

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