Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c382 rec->lk_suppgid1 = op_data->op_suppgids[0]; in mdc_link_pack()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2325 LASSERTF((int)offsetof(struct mdt_rec_link, lk_suppgid1) == 24, "found %lld\n", in lustre_assert_wire_constants()
2326 (long long)(int)offsetof(struct mdt_rec_link, lk_suppgid1)); in lustre_assert_wire_constants()
2327 LASSERTF((int)sizeof(((struct mdt_rec_link *)0)->lk_suppgid1) == 4, "found %lld\n", in lustre_assert_wire_constants()
2328 (long long)(int)sizeof(((struct mdt_rec_link *)0)->lk_suppgid1)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2438 __u32 lk_suppgid1; member