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