Searched refs:obd_ioobj (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1521 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 …]
|
D | pack_generic.c | 1750 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()
|
D | layout.c | 1065 sizeof(struct obd_ioobj), lustre_swab_obd_ioobj, dump_ioo);
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obdo.c | 202 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj) in obdo_to_ioobj()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd.h | 1183 struct obd_ioobj *obj, struct niobuf_remote *remote, 1188 int objcount, struct obd_ioobj *obj,
|
D | obd_class.h | 318 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/ |
D | lustre_idl.h | 1768 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/ |
D | echo_client.c | 1650 struct obd_ioobj ioo; in echo_client_prep_commit()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 1255 struct obd_ioobj *ioobj; in osc_brw_prep_request()
|