Lines Matching +full:128 +full:m
579 * Set 1M-4M alloc/discard and 32M-64M thus leaving a hole between in test_find_first_clear_extent_bit()
580 * 4M-32M in test_find_first_clear_extent_bit()
594 /* Now add 32M-64M so that we have a hole between 4M-32M */ in test_find_first_clear_extent_bit()
599 * Request first hole starting at 12M, we should get 4M-32M in test_find_first_clear_extent_bit()
612 * available, which happens to be unallocated -> 4M-32M in test_find_first_clear_extent_bit()
624 * Set 64M-72M with CHUNK_ALLOC flag, then search for CHUNK_TRIMMED flag in test_find_first_clear_extent_bit()
625 * being unset in this range, we should get the entry in range 64M-72M in test_find_first_clear_extent_bit()
780 memcpy(memory, memory + 4096 - 128, 256); in test_eb_mem_ops()
781 memcpy_extent_buffer(eb, 0, 4096 - 128, 256); in test_eb_mem_ops()
786 memcpy(memory + 4096 - 128, memory + 4096 + 128, 256); in test_eb_mem_ops()
787 memcpy_extent_buffer(eb, 4096 - 128, 4096 + 128, 256); in test_eb_mem_ops()
792 memmove(memory + 4096 - 128, memory + 4096 - 64, 256); in test_eb_mem_ops()
793 memmove_extent_buffer(eb, 4096 - 128, 4096 - 64, 256); in test_eb_mem_ops()
798 memmove(memory + 4096 - 64, memory + 4096 - 128, 256); in test_eb_mem_ops()
799 memmove_extent_buffer(eb, 4096 - 64, 4096 - 128, 256); in test_eb_mem_ops()