Searched refs:test_lba (Results 1 – 2 of 2) sorted by relevance
98 u32 test_lba; in blk_stress_test() local117 test_lba = test_begin_lba; in blk_stress_test()122 printf("test_lba = %x\n", test_lba); in blk_stress_test()123 for (; (test_lba + test_sec_count) < test_end_lba;) { in blk_stress_test()124 pwrite32[0] = test_lba; in blk_stress_test()125 blk_dwrite(block_dev, test_lba, test_sec_count, pwrite); in blk_stress_test()126 blk_dread(block_dev, test_lba, test_sec_count, pread); in blk_stress_test()139 test_lba, in blk_stress_test()147 print_flag = test_lba & 0x1FF; in blk_stress_test()149 printf("test_lba = %x\n", test_lba); in blk_stress_test()[all …]
503 int test_lba; in sm_check_block() local516 test_lba = sm_read_lba(&oob); in sm_check_block()518 if (lbas[i] != test_lba) in sm_check_block()519 lbas[++i] = test_lba; in sm_check_block()