Home
last modified time | relevance | path

Searched refs:ost_body (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c204 struct ost_body *body; in osc_pack_req_body()
217 struct ost_body *body; in osc_getattr_interpret()
275 struct ost_body *body; in osc_getattr()
318 struct ost_body *body; in osc_setattr()
359 struct ost_body *body; in osc_setattr_interpret()
438 struct ost_body *body; in osc_real_create()
528 struct ost_body *body; in osc_punch_base()
569 struct ost_body *body; in osc_sync_interpret()
592 struct ost_body *body; in osc_sync_base()
732 struct ost_body *body; in osc_destroy()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3316 struct ost_body { struct
3327 void lustre_swab_ost_body(struct ost_body *b); argument
3349 void dump_ost_body(struct ost_body *ob);
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1816 LASSERTF((int)sizeof(struct ost_body) == 208, "found %lld\n", in lustre_assert_wire_constants()
1817 (long long)(int)sizeof(struct ost_body)); in lustre_assert_wire_constants()
1818 LASSERTF((int)offsetof(struct ost_body, oa) == 0, "found %lld\n", in lustre_assert_wire_constants()
1819 (long long)(int)offsetof(struct ost_body, oa)); in lustre_assert_wire_constants()
1820 LASSERTF((int)sizeof(((struct ost_body *)0)->oa) == 208, "found %lld\n", in lustre_assert_wire_constants()
1821 (long long)(int)sizeof(((struct ost_body *)0)->oa)); in lustre_assert_wire_constants()
Dpack_generic.c1611 void lustre_swab_ost_body(struct ost_body *b) in lustre_swab_ost_body()
2127 void dump_ost_body(struct ost_body *ob) in dump_ost_body()
Dlayout.c1060 sizeof(struct ost_body), lustre_swab_ost_body, dump_ost_body);