Searched refs:ii_flags (Results 1 – 3 of 3) sorted by relevance
1692 LASSERTF((int)offsetof(struct idx_info, ii_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()1693 (long long)(int)offsetof(struct idx_info, ii_flags)); in lustre_assert_wire_constants()1694 LASSERTF((int)sizeof(((struct idx_info *)0)->ii_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()1695 (long long)(int)sizeof(((struct idx_info *)0)->ii_flags)); in lustre_assert_wire_constants()
1854 __swab32s(&ii->ii_flags); in lustre_swab_idx_info()
3360 __u32 ii_flags; member