Lines Matching refs:test_name
256 static int spl_test_fs(struct unit_test_state *uts, const char *test_name, in spl_test_fs() argument
272 generate_data(data_write, data_size, test_name); in spl_test_fs()
315 static int spl_test_mmc_fs(struct unit_test_state *uts, const char *test_name, in spl_test_mmc_fs() argument
324 .name = test_name, in spl_test_mmc_fs()
355 generate_data(plain, plain_size, test_name); in spl_test_mmc_fs()
387 static int spl_test_blk(struct unit_test_state *uts, const char *test_name, in spl_test_blk() argument
391 if (spl_test_mmc_fs(uts, test_name, type, create_fat, true)) in spl_test_blk()
394 return spl_test_mmc_fs(uts, test_name, type, create_ext2, true); in spl_test_blk()
420 static int spl_test_mmc(struct unit_test_state *uts, const char *test_name, in spl_test_mmc() argument
426 if (spl_test_mmc_fs(uts, test_name, type, create_ext2, false)) in spl_test_mmc()
429 if (spl_test_mmc_fs(uts, test_name, type, create_fat, false)) in spl_test_mmc()
432 return do_spl_test_load(uts, test_name, type, in spl_test_mmc()