Searched refs:fs (Results 1 – 4 of 4) sorted by relevance
270 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 …]
238 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 …]
186 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; do581 echo "Creating $fs image if not already present."582 IMAGE=${IMG}.${fs}.img583 HASH_FILE_FS="${HASH_FILE}.${fs}"584 create_image $IMAGE $fs592 case "$fs" in603 OUT_FILE="${OUT}.sb.${fs}.out"[all …]
262 void *fs; in spl_test_fs() local268 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() local344 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