Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c383 rec->lk_suppgid2 = op_data->op_suppgids[1]; in mdc_link_pack()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2333 LASSERTF((int)offsetof(struct mdt_rec_link, lk_suppgid2) == 32, "found %lld\n", in lustre_assert_wire_constants()
2334 (long long)(int)offsetof(struct mdt_rec_link, lk_suppgid2)); in lustre_assert_wire_constants()
2335 LASSERTF((int)sizeof(((struct mdt_rec_link *)0)->lk_suppgid2) == 4, "found %lld\n", in lustre_assert_wire_constants()
2336 (long long)(int)sizeof(((struct mdt_rec_link *)0)->lk_suppgid2)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2440 __u32 lk_suppgid2; member