Searched refs:ioo_oid (Results 1 – 4 of 4) sorted by relevance
120 ioobj->ioo_oid = oa->o_oi; in obdo_to_ioobj()122 ostid_set_seq_mdt0(&ioobj->ioo_oid); in obdo_to_ioobj()
1597 lustre_swab_ost_id(&ioo->ioo_oid); in lustre_swab_obd_ioobj()2053 POSTID(&ioo->ioo_oid), ioo->ioo_max_brw, in dump_ioo()
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()
1775 struct ost_id ioo_oid; /* object ID, if multi-obj BRW */ member