Home
last modified time | relevance | path

Searched refs:obd_ioobj (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1521 LASSERTF((int)sizeof(struct obd_ioobj) == 24, "found %lld\n", in lustre_assert_wire_constants()
1522 (long long)(int)sizeof(struct obd_ioobj)); in lustre_assert_wire_constants()
1523 LASSERTF((int)offsetof(struct obd_ioobj, ioo_oid) == 0, "found %lld\n", in lustre_assert_wire_constants()
1524 (long long)(int)offsetof(struct obd_ioobj, ioo_oid)); in lustre_assert_wire_constants()
1525 LASSERTF((int)sizeof(((struct obd_ioobj *)0)->ioo_oid) == 16, "found %lld\n", in lustre_assert_wire_constants()
1526 (long long)(int)sizeof(((struct obd_ioobj *)0)->ioo_oid)); in lustre_assert_wire_constants()
1527 LASSERTF((int)offsetof(struct obd_ioobj, ioo_max_brw) == 16, "found %lld\n", in lustre_assert_wire_constants()
1528 (long long)(int)offsetof(struct obd_ioobj, ioo_max_brw)); in lustre_assert_wire_constants()
1529 LASSERTF((int)sizeof(((struct obd_ioobj *)0)->ioo_max_brw) == 4, "found %lld\n", in lustre_assert_wire_constants()
1530 (long long)(int)sizeof(((struct obd_ioobj *)0)->ioo_max_brw)); in lustre_assert_wire_constants()
[all …]
Dpack_generic.c1750 void lustre_swab_obd_ioobj(struct obd_ioobj *ioo) in lustre_swab_obd_ioobj()
2256 void dump_ioo(struct obd_ioobj *ioo) in dump_ioo()
Dlayout.c1065 sizeof(struct obd_ioobj), lustre_swab_obd_ioobj, dump_ioo);
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobdo.c202 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj) in obdo_to_ioobj()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h1183 struct obd_ioobj *obj, struct niobuf_remote *remote,
1188 int objcount, struct obd_ioobj *obj,
Dobd_class.h318 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj);
1211 int objcount, struct obd_ioobj *obj, in obd_preprw()
1229 int objcount, struct obd_ioobj *obj, in obd_commitrw()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1768 struct obd_ioobj { struct
1782 extern void lustre_swab_obd_ioobj (struct obd_ioobj *ioo); argument
3372 void dump_ioo(struct obd_ioobj *nb);
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1650 struct obd_ioobj ioo; in echo_client_prep_commit()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1255 struct obd_ioobj *ioobj; in osc_brw_prep_request()