Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c57 { OST_GET_INFO, "ost_get_info" },
Dwiretest.c83 LASSERTF(OST_GET_INFO == 7, "found %lld\n", in lustre_assert_wire_constants()
84 (long long)OST_GET_INFO); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c2707 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_GET_INFO); in osc_get_info()
2788 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_GET_INFO); in osc_get_info()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1430 OST_GET_INFO = 7, enumerator