Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1148 __u32 hui_gid; member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4392 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()
/drivers/staging/lustre/lustre/llite/
Dfile.c2170 attr->ia_gid = make_kgid(&init_user_ns, hui->hui_gid); in ll_hsm_import()