Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Ddt_object.c670 size = ii->ii_recsize + ii->ii_keysize; in dt_index_page_build()
723 entry = tmp_entry + ii->ii_recsize; in dt_index_page_build()
908 ii->ii_recsize = feat->dif_recsize_max; in dt_index_read()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1730 LASSERTF((int)offsetof(struct idx_info, ii_recsize) == 58, "found %lld\n", in lustre_assert_wire_constants()
1731 (long long)(int)offsetof(struct idx_info, ii_recsize)); in lustre_assert_wire_constants()
1732 LASSERTF((int)sizeof(((struct idx_info *)0)->ii_recsize) == 2, "found %lld\n", in lustre_assert_wire_constants()
1733 (long long)(int)sizeof(((struct idx_info *)0)->ii_recsize)); in lustre_assert_wire_constants()
Dpack_generic.c2016 __swab16s(&ii->ii_recsize); in lustre_swab_idx_info()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3414 __u16 ii_recsize; member