Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1142 __u64 hui_size; member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4380 LASSERTF(offsetof(struct hsm_user_import, hui_size) == 0, in lustre_assert_wire_constants()
4382 (long long)offsetof(struct hsm_user_import, hui_size)); in lustre_assert_wire_constants()
4383 LASSERTF(sizeof(((struct hsm_user_import *)0)->hui_size) == 8, in lustre_assert_wire_constants()
4385 (long long)sizeof(((struct hsm_user_import *)0)->hui_size)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/llite/
Dfile.c2171 attr->ia_size = hui->hui_size; in ll_hsm_import()