Searched refs:o_data_version (Results 1 – 5 of 5) sorted by relevance
173 tgt->o_data_version += src->o_data_version; in lov_merge_attrs()
3255 __u64 o_data_version; /* getattr: sum of iversion for member3268 #define o_grant_used o_data_version
1213 LASSERTF((int)offsetof(struct obdo, o_data_version) == 176, "found %lld\n", in lustre_assert_wire_constants()1214 (long long)(int)offsetof(struct obdo, o_data_version)); in lustre_assert_wire_constants()1215 LASSERTF((int)sizeof(((struct obdo *)0)->o_data_version) == 8, "found %lld\n", in lustre_assert_wire_constants()1216 (long long)(int)sizeof(((struct obdo *)0)->o_data_version)); in lustre_assert_wire_constants()
1563 __swab64s(&o->o_data_version); in lustre_swab_obdo()
1874 *data_version = obdo->o_data_version; in ll_data_version()