Home
last modified time | relevance | path

Searched refs:ii_hash_end (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1720 LASSERTF((int)offsetof(struct idx_info, ii_hash_end) == 48, "found %lld\n", in lustre_assert_wire_constants()
1721 (long long)(int)offsetof(struct idx_info, ii_hash_end)); in lustre_assert_wire_constants()
1722 LASSERTF((int)sizeof(((struct idx_info *)0)->ii_hash_end) == 8, "found %lld\n", in lustre_assert_wire_constants()
1723 (long long)(int)sizeof(((struct idx_info *)0)->ii_hash_end)); in lustre_assert_wire_constants()
Dpack_generic.c1860 __swab64s(&ii->ii_hash_end); in lustre_swab_idx_info()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3381 __u64 ii_hash_end; member