Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c697 rc = ptlrpc_request_bufs_pack(request, LUSTRE_OBD_VERSION, in ptlrpc_connect_import()
1265 req = ptlrpc_request_alloc_pack(imp, &RQF_OBD_PING, LUSTRE_OBD_VERSION, in signal_completed_replay()
1494 LUSTRE_OBD_VERSION, rq_opc); in ptlrpc_disconnect_import()
Dpinger.c67 LUSTRE_OBD_VERSION, OBD_PING); in ptlrpc_prep_ping()
Dwiretest.c825 LASSERTF(LUSTRE_OBD_VERSION == 0x00010000, "found 0x%.8x\n", in lustre_assert_wire_constants()
826 LUSTRE_OBD_VERSION); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h161 #define LUSTRE_OBD_VERSION 0x00010000 macro