Searched refs:obd_ioobj (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obdo.c | 118 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj) in obdo_to_ioobj()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1519 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 …]
|
D | pack_generic.c | 1595 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()
|
D | layout.c | 1065 sizeof(struct obd_ioobj), lustre_swab_obd_ioobj, dump_ioo);
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd.h | 1044 struct obd_ioobj *obj, struct niobuf_remote *remote, 1049 int objcount, struct obd_ioobj *obj,
|
D | obd_class.h | 269 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/ |
D | lustre_idl.h | 1774 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/ |
D | echo_client.c | 1651 struct obd_ioobj ioo; in echo_client_prep_commit()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 1225 struct obd_ioobj *ioobj; in osc_brw_prep_request()
|