Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c194 struct ost_body *body, void *capa) in osc_pack_capa()
212 struct ost_body *body; in osc_pack_req_body()
237 struct ost_body *body; in osc_getattr_interpret()
296 struct ost_body *body; in osc_getattr()
340 struct ost_body *body; in osc_setattr()
382 struct ost_body *body; in osc_setattr_interpret()
462 struct ost_body *body; in osc_real_create()
552 struct ost_body *body; in osc_punch_base()
595 struct ost_body *body; in osc_sync_interpret()
618 struct ost_body *body; in osc_sync_base()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3339 struct ost_body { struct
3350 extern void lustre_swab_ost_body (struct ost_body *b); argument
3374 void dump_ost_body(struct ost_body *ob);
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1818 LASSERTF((int)sizeof(struct ost_body) == 208, "found %lld\n", in lustre_assert_wire_constants()
1819 (long long)(int)sizeof(struct ost_body)); in lustre_assert_wire_constants()
1820 LASSERTF((int)offsetof(struct ost_body, oa) == 0, "found %lld\n", in lustre_assert_wire_constants()
1821 (long long)(int)offsetof(struct ost_body, oa)); in lustre_assert_wire_constants()
1822 LASSERTF((int)sizeof(((struct ost_body *)0)->oa) == 208, "found %lld\n", in lustre_assert_wire_constants()
1823 (long long)(int)sizeof(((struct ost_body *)0)->oa)); in lustre_assert_wire_constants()
Dpack_generic.c1766 void lustre_swab_ost_body(struct ost_body *b) in lustre_swab_ost_body()
2335 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);