Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c59 { OST_GET_INFO, "ost_get_info" },
Dwiretest.c81 LASSERTF(OST_GET_INFO == 7, "found %lld\n", in lustre_assert_wire_constants()
82 (long long)OST_GET_INFO); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c2763 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_GET_INFO); in osc_get_info()
2845 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_GET_INFO); in osc_get_info()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1424 OST_GET_INFO = 7, enumerator