Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c159 rec->cr_suppgid2 = op_data->op_suppgids[1]; in mdc_create_pack()
233 rec->cr_suppgid2 = op_data->op_suppgids[1]; in mdc_open_pack()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2239 LASSERTF((int)offsetof(struct mdt_rec_create, cr_suppgid2) == 32, "found %lld\n", in lustre_assert_wire_constants()
2240 (long long)(int)offsetof(struct mdt_rec_create, cr_suppgid2)); in lustre_assert_wire_constants()
2241 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_suppgid2) == 4, "found %lld\n", in lustre_assert_wire_constants()
2242 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_suppgid2)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2411 __u32 cr_suppgid2; member