Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c218 __swab64s(&arr->arr_hai.hai_gid); in lustre_swab_llog_rec()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1056 __u64 hai_gid; /* grouplock id */ member
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4137 LASSERTF((int)offsetof(struct hsm_action_item, hai_gid) == 64, "found %lld\n", in lustre_assert_wire_constants()
4138 (long long)(int)offsetof(struct hsm_action_item, hai_gid)); in lustre_assert_wire_constants()
4139 LASSERTF((int)sizeof(((struct hsm_action_item *)0)->hai_gid) == 8, "found %lld\n", in lustre_assert_wire_constants()
4140 (long long)(int)sizeof(((struct hsm_action_item *)0)->hai_gid)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2038 __swab64s(&h->hai_gid); in lustre_swab_hai()