Searched refs:o_parent_ver (Results 1 – 5 of 5) sorted by relevance
52 dst->o_parent_ver = fid_ver(parent); in obdo_set_parent_fid()146 dst->o_parent_ver = src->o_parent_ver; in obdo_cpy_md()190 res |= dst->o_parent_ver != src->o_parent_ver; in obdo_cmp_md()
1712 __swab32s(&o->o_parent_ver); in lustre_swab_obdo()2325 oa->o_parent_ver); in dump_obdo()
1195 LASSERTF((int)offsetof(struct obdo, o_parent_ver) == 124, "found %lld\n", in lustre_assert_wire_constants()1196 (long long)(int)offsetof(struct obdo, o_parent_ver)); in lustre_assert_wire_constants()1197 LASSERTF((int)sizeof(((struct obdo *)0)->o_parent_ver) == 4, "found %lld\n", in lustre_assert_wire_constants()1198 (long long)(int)sizeof(((struct obdo *)0)->o_parent_ver)); in lustre_assert_wire_constants()
1484 oa->o_valid & OBD_MD_FLFID ? oa->o_parent_ver : 0, in check_write_checksum()1611 body->oa.o_parent_ver : 0, in osc_brw_fini_request()
3268 __u32 o_parent_ver; member