Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Ddt_object.c683 ii->ii_hash_end = hash; in dt_index_page_build()
741 ii->ii_hash_end = II_END_OFF; in dt_index_page_build()
932 ii->ii_hash_end = II_END_OFF; in dt_index_read()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1722 LASSERTF((int)offsetof(struct idx_info, ii_hash_end) == 48, "found %lld\n", in lustre_assert_wire_constants()
1723 (long long)(int)offsetof(struct idx_info, ii_hash_end)); in lustre_assert_wire_constants()
1724 LASSERTF((int)sizeof(((struct idx_info *)0)->ii_hash_end) == 8, "found %lld\n", in lustre_assert_wire_constants()
1725 (long long)(int)sizeof(((struct idx_info *)0)->ii_hash_end)); in lustre_assert_wire_constants()
Dpack_generic.c2014 __swab64s(&ii->ii_hash_end); in lustre_swab_idx_info()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3406 __u64 ii_hash_end; member