Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Ddt_object.c674 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()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1726 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()
Dpack_generic.c2043 __swab16s(&ii->ii_keysize); in lustre_swab_idx_info()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3405 __u16 ii_keysize; member