Searched refs:ii_keysize (Results 1 – 4 of 4) sorted by relevance
674 size = ii->ii_recsize + ii->ii_keysize; in dt_index_page_build()712 LASSERT(iops->key_size(env, it) == ii->ii_keysize); in dt_index_page_build()714 memcpy(tmp_entry, key, ii->ii_keysize); in dt_index_page_build()715 tmp_entry += ii->ii_keysize; in dt_index_page_build()903 ii->ii_keysize = feat->dif_keysize_max; in dt_index_read()
1726 LASSERTF((int)offsetof(struct idx_info, ii_keysize) == 56, "found %lld\n", in lustre_assert_wire_constants()1727 (long long)(int)offsetof(struct idx_info, ii_keysize)); in lustre_assert_wire_constants()1728 LASSERTF((int)sizeof(((struct idx_info *)0)->ii_keysize) == 2, "found %lld\n", in lustre_assert_wire_constants()1729 (long long)(int)sizeof(((struct idx_info *)0)->ii_keysize)); in lustre_assert_wire_constants()
2043 __swab16s(&ii->ii_keysize); in lustre_swab_idx_info()
3405 __u16 ii_keysize; member