Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobdo.c118 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj) in obdo_to_ioobj()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1519 LASSERTF((int)sizeof(struct obd_ioobj) == 24, "found %lld\n", in lustre_assert_wire_constants()
1520 (long long)(int)sizeof(struct obd_ioobj)); in lustre_assert_wire_constants()
1521 LASSERTF((int)offsetof(struct obd_ioobj, ioo_oid) == 0, "found %lld\n", in lustre_assert_wire_constants()
1522 (long long)(int)offsetof(struct obd_ioobj, ioo_oid)); in lustre_assert_wire_constants()
1523 LASSERTF((int)sizeof(((struct obd_ioobj *)0)->ioo_oid) == 16, "found %lld\n", in lustre_assert_wire_constants()
1524 (long long)(int)sizeof(((struct obd_ioobj *)0)->ioo_oid)); in lustre_assert_wire_constants()
1525 LASSERTF((int)offsetof(struct obd_ioobj, ioo_max_brw) == 16, "found %lld\n", in lustre_assert_wire_constants()
1526 (long long)(int)offsetof(struct obd_ioobj, ioo_max_brw)); in lustre_assert_wire_constants()
1527 LASSERTF((int)sizeof(((struct obd_ioobj *)0)->ioo_max_brw) == 4, "found %lld\n", in lustre_assert_wire_constants()
1528 (long long)(int)sizeof(((struct obd_ioobj *)0)->ioo_max_brw)); in lustre_assert_wire_constants()
[all …]
Dpack_generic.c1595 void lustre_swab_obd_ioobj(struct obd_ioobj *ioo) in lustre_swab_obd_ioobj()
2049 void dump_ioo(struct obd_ioobj *ioo) in dump_ioo()
Dlayout.c1065 sizeof(struct obd_ioobj), lustre_swab_obd_ioobj, dump_ioo);
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h1044 struct obd_ioobj *obj, struct niobuf_remote *remote,
1049 int objcount, struct obd_ioobj *obj,
Dobd_class.h269 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj);
1114 int objcount, struct obd_ioobj *obj, in obd_preprw()
1131 int objcount, struct obd_ioobj *obj, in obd_commitrw()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1774 struct obd_ioobj { struct
1788 void lustre_swab_obd_ioobj(struct obd_ioobj *ioo); argument
3348 void dump_ioo(struct obd_ioobj *nb);
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1651 struct obd_ioobj ioo; in echo_client_prep_commit()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1225 struct obd_ioobj *ioobj; in osc_brw_prep_request()