Searched defs:bat_rep (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lnet/selftest/
H A Dconrpc.c966 srpc_batch_reply_t *bat_rep; local
1012 bat_rep = &msg->msg_body.bat_reply;
1014 if (bat_rep->bar_status == 0) {
1019 if (bat_rep->bar_status == EPERM &&
1026 rc = bat_rep->bar_status;
1031 bat_rep = &msg->msg_body.bat_reply;
1033 if (bat_rep->bar_active != 0)
1038 if (bat_rep->bar_status == 0)
1042 rc = bat_rep->bar_status;

Completed in 70 milliseconds