Searched refs:o_parent_oid (Results 1 – 5 of 5) sorted by relevance
50 dst->o_parent_oid = fid_oid(parent); in obdo_set_parent_fid()
1554 __swab32s(&o->o_parent_oid); in lustre_swab_obdo()2110 oa->o_parent_oid); in dump_obdo()
1177 LASSERTF((int)offsetof(struct obdo, o_parent_oid) == 104, "found %lld\n", in lustre_assert_wire_constants()1178 (long long)(int)offsetof(struct obdo, o_parent_oid)); in lustre_assert_wire_constants()1179 LASSERTF((int)sizeof(((struct obdo *)0)->o_parent_oid) == 4, "found %lld\n", in lustre_assert_wire_constants()1180 (long long)(int)sizeof(((struct obdo *)0)->o_parent_oid)); in lustre_assert_wire_constants()
1449 oa->o_valid & OBD_MD_FLFID ? oa->o_parent_oid : 0, in check_write_checksum()1573 body->oa.o_parent_oid : 0, in osc_brw_fini_request()
3242 __u32 o_parent_oid; member