Searched refs:ioo_oid (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | obdo.c | 204 ioobj->ioo_oid = oa->o_oi; in obdo_to_ioobj() 206 ostid_set_seq_mdt0(&ioobj->ioo_oid); in obdo_to_ioobj()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 1780 lustre_swab_ost_id(&ioo->ioo_oid); in lustre_swab_obd_ioobj() 2288 "ioo_bufct=%d\n", POSTID(&ioo->ioo_oid), ioo->ioo_max_brw, in dump_ioo()
|
D | wiretest.c | 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()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1764 struct ost_id ioo_oid; /* object ID, if multi-obj BRW */ member
|