Searched refs:cr_rdev (Results 1 – 3 of 3) sorted by relevance
129 rec->cr_rdev = rdev; in mdc_create_pack()201 rec->cr_rdev = rdev; in mdc_open_pack()
2261 LASSERTF((int)offsetof(struct mdt_rec_create, cr_rdev) == 88, "found %lld\n", in lustre_assert_wire_constants()2262 (long long)(int)offsetof(struct mdt_rec_create, cr_rdev)); in lustre_assert_wire_constants()2263 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_rdev) == 8, "found %lld\n", in lustre_assert_wire_constants()2264 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_rdev)); in lustre_assert_wire_constants()
2405 __u64 cr_rdev; member