Lines Matching full:physical
77 stripe->physical = logical1 + i * SZ_1G; in test_punch_hole_3extents()
98 stripe->physical = logical2 + i * SZ_1G; in test_punch_hole_3extents()
119 stripe->physical = logical3 + i * SZ_1G; in test_punch_hole_3extents()
149 if (io_stripe.physical != logical1) { in test_punch_hole_3extents()
150 test_err("invalid physical address, expected %llu, got %llu", in test_punch_hole_3extents()
151 logical1, io_stripe.physical); in test_punch_hole_3extents()
183 if (io_stripe.physical != logical3) { in test_punch_hole_3extents()
184 test_err("invalid physical address, expected %llu, got %llu", in test_punch_hole_3extents()
185 logical3 + SZ_256K, io_stripe.physical); in test_punch_hole_3extents()
253 stripe->physical = logical1 + i * SZ_1G; in test_delete_two_extents()
274 stripe->physical = logical2 + i * SZ_1G; in test_delete_two_extents()
295 stripe->physical = logical3 + i * SZ_1G; in test_delete_two_extents()
339 if (io_stripe.physical != logical3) { in test_delete_two_extents()
340 test_err("invalid physical address, expected %llu, got %llu", in test_delete_two_extents()
341 logical3, io_stripe.physical); in test_delete_two_extents()
396 stripe->physical = logical1 + i * SZ_1G; in test_punch_hole()
413 if (io_stripe.physical != logical1) { in test_punch_hole()
414 test_err("invalid physical address, expected %llu got %llu", in test_punch_hole()
415 logical1, io_stripe.physical); in test_punch_hole()
442 if (io_stripe.physical != logical1) { in test_punch_hole()
443 test_err("invalid physical address, expected %llu, got %llu", in test_punch_hole()
444 logical1, io_stripe.physical); in test_punch_hole()
464 if (io_stripe.physical != logical2) { in test_punch_hole()
465 test_err("invalid physical address, expected %llu, got %llu", in test_punch_hole()
466 logical2, io_stripe.physical); in test_punch_hole()
536 stripe->physical = logical1 + i * SZ_1G; in test_front_delete_prev_item()
557 stripe->physical = logical2 + i * SZ_1G; in test_front_delete_prev_item()
582 if (io_stripe.physical != logical1) { in test_front_delete_prev_item()
583 test_err("invalid physical address, expected %llu got %llu", in test_front_delete_prev_item()
584 logical1, io_stripe.physical); in test_front_delete_prev_item()
605 if (io_stripe.physical != logical2 + SZ_512K) { in test_front_delete_prev_item()
606 test_err("invalid physical address, expected %llu got %llu", in test_front_delete_prev_item()
607 logical2 + SZ_512K, io_stripe.physical); in test_front_delete_prev_item()
676 stripe->physical = logical + i * SZ_1G; in test_front_delete()
692 if (io_stripe.physical != logical) { in test_front_delete()
693 test_err("invalid physical address, expected %llu got %llu", in test_front_delete()
694 logical, io_stripe.physical); in test_front_delete()
722 if (io_stripe.physical != logical + SZ_16K) { in test_front_delete()
723 test_err("invalid physical address, expected %llu, got %llu", in test_front_delete()
724 logical + SZ_16K, io_stripe.physical); in test_front_delete()
785 stripe->physical = logical + i * SZ_1G; in test_tail_delete()
807 if (io_stripe.physical != logical) { in test_tail_delete()
808 test_err("invalid physical address, expected %llu got %llu", in test_tail_delete()
809 logical, io_stripe.physical); in test_tail_delete()
836 if (io_stripe.physical != logical) { in test_tail_delete()
837 test_err("invalid physical address, expected %llu, got %llu", in test_tail_delete()
838 logical, io_stripe.physical); in test_tail_delete()
872 * overwrite the whole range giving it new physical address at an offset of 1G.
907 stripe->physical = logical + i * SZ_1G; in test_create_update_delete()
929 if (io_stripe.physical != logical) { in test_create_update_delete()
930 test_err("invalid physical address, expected %llu got %llu", in test_create_update_delete()
931 logical, io_stripe.physical); in test_create_update_delete()
953 stripe->physical = SZ_1G + logical + i * SZ_1G; in test_create_update_delete()
969 if (io_stripe.physical != logical + SZ_1G) { in test_create_update_delete()
970 test_err("invalid physical address, expected %llu, got %llu", in test_create_update_delete()
971 logical + SZ_1G, io_stripe.physical); in test_create_update_delete()
995 * The "physical" copy on device 0 is at 1M, on device 1 it is at 1G+1M.
1027 stripe->physical = logical + i * SZ_1G; in test_simple_create_delete()
1049 if (io_stripe.physical != logical) { in test_simple_create_delete()
1050 test_err("invalid physical address, expected %llu got %llu", in test_simple_create_delete()
1051 logical, io_stripe.physical); in test_simple_create_delete()