Searched refs:hui_gid (Results 1 – 3 of 3) sorted by relevance
1148 __u32 hui_gid; member
4392 LASSERTF(offsetof(struct hsm_user_import, hui_gid) == 36, in lustre_assert_wire_constants()4394 (long long)offsetof(struct hsm_user_import, hui_gid)); in lustre_assert_wire_constants()4395 LASSERTF(sizeof(((struct hsm_user_import *)0)->hui_gid) == 4, in lustre_assert_wire_constants()4397 (long long)sizeof(((struct hsm_user_import *)0)->hui_gid)); in lustre_assert_wire_constants()
2170 attr->ia_gid = make_kgid(&init_user_ns, hui->hui_gid); in ll_hsm_import()