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