Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Devents.c60 ev->type == LNET_EVENT_UNLINK); in request_out_callback()
71 if (ev->type == LNET_EVENT_UNLINK || ev->status != 0) { in request_out_callback()
94 LASSERT(ev->type == LNET_EVENT_PUT || ev->type == LNET_EVENT_UNLINK); in reply_in_callback()
111 if (ev->type == LNET_EVENT_UNLINK) { in reply_in_callback()
183 ev->type == LNET_EVENT_UNLINK); in client_bulk_callback()
202 if (ev->type != LNET_EVENT_UNLINK && ev->status == 0) { in client_bulk_callback()
291 ev->type == LNET_EVENT_UNLINK); in request_in_callback()
357 ev->type != LNET_EVENT_UNLINK && in request_in_callback()
389 ev->type == LNET_EVENT_UNLINK); in reply_out_callback()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dtypes.h379 LNET_EVENT_UNLINK, enumerator
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Drpc.c1274 if (do_bulk && rpc->crpc_bulkev.ev_lnet == LNET_EVENT_UNLINK && in srpc_send_rpc()
1431 if (ev->status == 0 && ev->type != LNET_EVENT_UNLINK) { in srpc_lnet_ev_handler()
1455 rpcev->ev_status = (ev->type == LNET_EVENT_UNLINK) ? in srpc_lnet_ev_handler()
1472 ev->type == LNET_EVENT_UNLINK); in srpc_lnet_ev_handler()
1473 LASSERT(ev->type != LNET_EVENT_UNLINK || in srpc_lnet_ev_handler()
1550 ev->type == LNET_EVENT_UNLINK); in srpc_lnet_ev_handler()
1556 if (ev->status == 0 && ev->type != LNET_EVENT_UNLINK) { in srpc_lnet_ev_handler()
1575 rpcev->ev_status = (ev->type == LNET_EVENT_UNLINK) ? in srpc_lnet_ev_handler()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-msg.c52 ev->type = LNET_EVENT_UNLINK; in lnet_build_unlink_event()