Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_quota.c253 &RQF_OST_QUOTACTL, LUSTRE_OST_VERSION, in osc_quotactl()
295 &RQF_OST_QUOTACHECK, LUSTRE_OST_VERSION, in osc_quotacheck()
Dosc_request.c252 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_GETATTR); in osc_getattr_async()
282 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_GETATTR); in osc_getattr()
327 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_SETATTR); in osc_setattr()
390 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_SETATTR); in osc_setattr_async_base()
458 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_CREATE); in osc_real_create()
535 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_PUNCH); in osc_punch_base()
600 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_SYNC); in osc_sync_base()
750 rc = ldlm_prep_elc_req(exp, req, LUSTRE_OST_VERSION, OST_DESTROY, in osc_destroy()
1260 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, opc); in osc_brw_prep_request()
2443 rc = ptlrpc_request_pack(req, LUSTRE_OST_VERSION, OST_STATFS); in osc_statfs_async()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h166 #define LUSTRE_OST_VERSION 0x00030000 macro
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c827 LASSERTF(LUSTRE_OST_VERSION == 0x00030000, "found 0x%.8x\n", in lustre_assert_wire_constants()
828 LUSTRE_OST_VERSION); in lustre_assert_wire_constants()