Searched refs:LNET_UNLINK (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | niobuf.c | 70 rc = LNetMDBind(md, LNET_UNLINK, mdh); in ptl_send_buf() 176 LNET_UNLINK, LNET_INS_AFTER, &me_h); in ptlrpc_register_bulk() 185 rc = LNetMDAttach(me_h, md, LNET_UNLINK, in ptlrpc_register_bulk() 574 LNET_UNLINK, LNET_INS_AFTER, &reply_me_h); in ptl_send_rpc() 709 match_id, 0, ~0, LNET_UNLINK, in ptlrpc_register_rqbd() 728 rc = LNetMDAttach(me_h, md, LNET_UNLINK, &rqbd->rqbd_md_h); in ptlrpc_register_rqbd()
|
/drivers/staging/lustre/lnet/lnet/ |
D | lib-md.c | 59 if (me->me_unlink == LNET_UNLINK) in lnet_md_unlink() 102 lmd->md_flags = (unlink == LNET_UNLINK) ? LNET_MD_FLAG_AUTO_UNLINK : 0; in lnet_md_build()
|
D | api-ni.c | 924 LNET_UNLINK, LNET_INS_AFTER, in lnet_ping_info_setup() 2189 rc = LNetMDBind(md, LNET_UNLINK, &mdh); in lnet_ping()
|
D | router.c | 935 LNET_UNLINK, in lnet_create_rc_data_locked()
|
/drivers/staging/lustre/include/linux/lnet/ |
D | types.h | 341 LNET_UNLINK enumerator
|
/drivers/staging/lustre/lnet/selftest/ |
D | rpc.c | 362 rc = LNetMEAttach(portal, peer, matchbits, 0, LNET_UNLINK, in srpc_post_passive_rdma() 377 rc = LNetMDAttach(meh, md, LNET_UNLINK, mdh); in srpc_post_passive_rdma() 407 rc = LNetMDBind(md, LNET_UNLINK, mdh); in srpc_post_active_rdma()
|