Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1728 LASSERTF((int)offsetof(struct idx_info, ii_recsize) == 58, "found %lld\n", in lustre_assert_wire_constants()
1729 (long long)(int)offsetof(struct idx_info, ii_recsize)); in lustre_assert_wire_constants()
1730 LASSERTF((int)sizeof(((struct idx_info *)0)->ii_recsize) == 2, "found %lld\n", in lustre_assert_wire_constants()
1731 (long long)(int)sizeof(((struct idx_info *)0)->ii_recsize)); in lustre_assert_wire_constants()
Dpack_generic.c1862 __swab16s(&ii->ii_recsize); in lustre_swab_idx_info()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3389 __u16 ii_recsize; member