Home
last modified time | relevance | path

Searched refs:ii_version (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Ddt_object.c927 ii->ii_version = dt_version_get(env, obj); in dt_index_read()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1714 LASSERTF((int)offsetof(struct idx_info, ii_version) == 32, "found %lld\n", in lustre_assert_wire_constants()
1715 (long long)(int)offsetof(struct idx_info, ii_version)); in lustre_assert_wire_constants()
1716 LASSERTF((int)sizeof(((struct idx_info *)0)->ii_version) == 8, "found %lld\n", in lustre_assert_wire_constants()
1717 (long long)(int)sizeof(((struct idx_info *)0)->ii_version)); in lustre_assert_wire_constants()
Dpack_generic.c2040 __swab64s(&ii->ii_version); in lustre_swab_idx_info()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3395 __u64 ii_version; member