Searched refs:cr_fid2 (Results 1 – 4 of 4) sorted by relevance
127 rec->cr_fid2 = op_data->op_fid2; in mdc_create_pack()197 rec->cr_fid2 = op_data->op_fid2; in mdc_open_pack()
709 rec->cr_fid2 = body->fid1; in mdc_set_open_replay_data()
2249 LASSERTF((int)offsetof(struct mdt_rec_create, cr_fid2) == 56, "found %lld\n", in lustre_assert_wire_constants()2250 (long long)(int)offsetof(struct mdt_rec_create, cr_fid2)); in lustre_assert_wire_constants()2251 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_fid2) == 16, "found %lld\n", in lustre_assert_wire_constants()2252 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_fid2)); in lustre_assert_wire_constants()
2402 struct lu_fid cr_fid2; member