Home
last modified time | relevance | path

Searched refs:o_data_version (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/lov/
Dlov_merge.c172 tgt->o_data_version += src->o_data_version; in lov_merge_attrs()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3271 __u64 o_data_version; /* getattr: sum of iversion for member
3284 #define o_grant_used o_data_version
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1215 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()
Dpack_generic.c1745 __swab64s(&o->o_data_version); in lustre_swab_obdo()
/drivers/staging/lustre/lustre/llite/
Dfile.c1881 *data_version = obdo->o_data_version; in ll_data_version()