Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c451 rec->rn_suppgid2 = op_data->op_suppgids[1]; in mdc_rename_pack()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2527 LASSERTF((int)offsetof(struct mdt_rec_rename, rn_suppgid2) == 32, "found %lld\n", in lustre_assert_wire_constants()
2528 (long long)(int)offsetof(struct mdt_rec_rename, rn_suppgid2)); in lustre_assert_wire_constants()
2529 LASSERTF((int)sizeof(((struct mdt_rec_rename *)0)->rn_suppgid2) == 4, "found %lld\n", in lustre_assert_wire_constants()
2530 (long long)(int)sizeof(((struct mdt_rec_rename *)0)->rn_suppgid2)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2501 __u32 rn_suppgid2; member