Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_quota.c252 &RQF_OST_QUOTACTL, LUSTRE_OST_VERSION, in osc_quotactl()
294 &RQF_OST_QUOTACHECK, LUSTRE_OST_VERSION, in osc_quotacheck()
Dosc_request.c273 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_GETATTR); in osc_getattr_async()
304 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_GETATTR); in osc_getattr()
350 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_SETATTR); in osc_setattr()
414 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_SETATTR); in osc_setattr_async_base()
482 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_CREATE); in osc_real_create()
560 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_PUNCH); in osc_punch_base()
627 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_SYNC); in osc_sync_base()
780 rc = ldlm_prep_elc_req(exp, req, LUSTRE_OST_VERSION, OST_DESTROY, in osc_destroy()
1291 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, opc); in osc_brw_prep_request()
2498 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_STATFS); in osc_statfs_async()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h168 #define LUSTRE_OST_VERSION 0x00030000 macro
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c829 LASSERTF(LUSTRE_OST_VERSION == 0x00030000, "found 0x%.8x\n", in lustre_assert_wire_constants()
830 LUSTRE_OST_VERSION); in lustre_assert_wire_constants()