Lines Matching refs:is_set
396 …b_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg, bool is_set) in rpcb_register_call() argument
401 if (is_set || !sn->rpcb_is_af_local) in rpcb_register_call()
462 bool is_set = false; in rpcb_register() local
471 is_set = true; in rpcb_register()
474 return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set); in rpcb_register()
487 bool is_set = false; in rpcb_register_inet4() local
500 is_set = true; in rpcb_register_inet4()
503 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet4()
518 bool is_set = false; in rpcb_register_inet6() local
531 is_set = true; in rpcb_register_inet6()
534 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet6()