Searched refs:fs_size (Results 1 – 2 of 2) sorted by relevance
| /test/image/ |
| A D | spl_load_fs.c | 266 fs_size = create(NULL, data_size, filename, &fs_data); in spl_test_fs() 267 ut_assert(fs_size); in spl_test_fs() 268 fs = calloc(fs_size, 1); in spl_test_fs() 273 ut_asserteq(fs_size, create(fs, data_size, filename, NULL)); in spl_test_fs() 278 fs_blocks = fs_size / dev_desc->blksz; in spl_test_fs() 321 size_t fs_size, fs_data, img_size, img_data, in spl_test_mmc_fs() local 342 fs_size = create_fs(NULL, img_size, filename, &fs_data); in spl_test_mmc_fs() 343 ut_assert(fs_size); in spl_test_mmc_fs() 344 fs = calloc(fs_size, 1); in spl_test_mmc_fs() 359 ut_asserteq(fs_size, create_fs(fs, img_size, filename, NULL)); in spl_test_mmc_fs() [all …]
|
| /test/py/tests/test_fs/ |
| A D | conftest.py | 705 fs_size = MAX_FAT12_SIZE if fs_type == 'fat12' else MIN_FAT16_SIZE 709 fs_img = fs_helper.mk_fs(u_boot_config, fs_type, fs_size, f'{fs_size}', None, 1024)
|
Completed in 12 milliseconds