Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 4 of 4) sorted by relevance

/test/py/tests/
A Dtest_usb.py270 fs = 'fat'
275 partitions = devices[x][fs]
348 fs = 'fat'
353 partitions = devices[x][fs]
373 fs = 'ext4'
377 partitions = devices[x][fs]
436 fs = 'ext4'
441 partitions = devices[x][fs]
461 fs = 'ext2'
494 fs = 'ext2'
[all …]
A Dtest_mmc.py238 fs = 'fat'
242 partitions = devices[x][fs]
280 fs = 'fat'
284 partitions = devices[x][fs]
349 fs = 'ext4'
384 fs = 'ext4'
446 fs = 'ext2'
483 fs = 'ext2'
644 fs = 'fat'
689 fs,
[all …]
/test/fs/
A Dfs-test.sh186 fs)
548 OUT_FILE="${OUT}.$1.${fs}.out"
549 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE $1 "" \
579 for fs in ext4 fat16 fat32; do
581 echo "Creating $fs image if not already present."
582 IMAGE=${IMG}.${fs}.img
583 HASH_FILE_FS="${HASH_FILE}.${fs}"
584 create_image $IMAGE $fs
592 case "$fs" in
603 OUT_FILE="${OUT}.sb.${fs}.out"
[all …]
/test/image/
A Dspl_load_fs.c262 void *fs; in spl_test_fs() local
268 fs = calloc(fs_size, 1); in spl_test_fs()
269 ut_assertnonnull(fs); in spl_test_fs()
271 data_write = fs + fs_data; in spl_test_fs()
273 ut_asserteq(fs_size, create(fs, data_size, filename, NULL)); in spl_test_fs()
291 free(fs); in spl_test_fs()
337 void *fs; in spl_test_mmc_fs() local
344 fs = calloc(fs_size, 1); in spl_test_mmc_fs()
345 ut_assertnonnull(fs); in spl_test_mmc_fs()
347 data = fs + fs_data + img_data; in spl_test_mmc_fs()
[all …]

Completed in 15 milliseconds