Searched refs:ftl (Results 1 – 25 of 26) sorted by relevance
12
19 export FTL_BDEV=ftl52 $rpc_py bdev_ftl_set_property -b ftl -p verbose_mode -v true53 $rpc_py bdev_ftl_get_properties -b ftl56 $rpc_py bdev_ftl_set_property -b ftl -p prep_upgrade_on_shutdown -v true70 $rpc_py bdev_ftl_set_property -b ftl -p verbose_mode -v true71 $rpc_py bdev_ftl_get_properties -b ftl78 $rpc_py bdev_ftl_set_property -b ftl -p verbose_mode -v true79 $rpc_py bdev_ftl_get_properties -b ftl
30 rm -f $testdir/config/ftl.json64 ) > $testdir/config/ftl.json73 "$SPDK_BIN_DIR/spdk_dd" --if=$testdir/testfile --ob=ftl0 --json=$testdir/config/ftl.json74 "$SPDK_BIN_DIR/spdk_dd" --ib=ftl0 --of=$testdir/testfile --json=$testdir/config/ftl.json --count=26214479 "$SPDK_BIN_DIR/spdk_dd" --if=$testdir/testfile --ob=ftl0 --json=$testdir/config/ftl.json --seek=13107280 "$SPDK_BIN_DIR/spdk_dd" --ib=ftl0 --of=$testdir/testfile --json=$testdir/config/ftl.json --skip=131072 --count=262144
31 rm -f $testdir/config/ftl.json67 ) > $testdir/config/ftl.json88 …=$testdir/testfile2 --ob=ftl0 --count=$chunk_size --seek=$data_size --json=$testdir/config/ftl.json93 $spdk_dd --ib=ftl0 --of=$testdir/testfile --count=$data_size --json=$testdir/config/ftl.json95 …=ftl0 --of=$testdir/testfile2 --count=$chunk_size --skip=$data_size --json=$testdir/config/ftl.json
16 rm -f $testdir/config/ftl.json33 export FTL_JSON_CONF=$testdir/config/ftl.json72 $rpc_py save_config > $testdir/config/ftl.json86 $rpc_py load_config < $testdir/config/ftl.json
16 rm -f $testdir/config/ftl.json35 export FTL_JSON_CONF=$testdir/config/ftl.json
205 rm -f rm -f /dev/shm/ftl*206 rm -f rm -f /dev/hugepages/ftl*
40 export FTL_JSON_CONF=$testdir/config/ftl.json
12 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl/utils14 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl
56 $valgrind $testdir/lib/ftl/ftl_band.c/ftl_band_ut57 $valgrind $testdir/lib/ftl/ftl_bitmap.c/ftl_bitmap_ut58 $valgrind $testdir/lib/ftl/ftl_io.c/ftl_io_ut59 $valgrind $testdir/lib/ftl/ftl_mngt/ftl_mngt_ut60 $valgrind $testdir/lib/ftl/ftl_mempool.c/ftl_mempool_ut61 $valgrind $testdir/lib/ftl/ftl_l2p/ftl_l2p_ut62 $valgrind $testdir/lib/ftl/ftl_sb/ftl_sb_ut63 $valgrind $testdir/lib/ftl/ftl_layout_upgrade/ftl_layout_upgrade_ut64 $valgrind $testdir/lib/ftl/ftl_p2l.c/ftl_p2l_ut
12 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl
12 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl -DUTEST
8 - @subpage ftl
12 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl/
72 SPDK_BDEV_MODULE_REGISTER(ftl, &g_ftl_if)468 struct ftl_bdev *ftl; in bdev_ftl_delete_bdev() local483 ftl = bdev->ctxt; in bdev_ftl_delete_bdev()484 assert(ftl); in bdev_ftl_delete_bdev()485 spdk_ftl_dev_set_fast_shutdown(ftl->dev, fast_shutdown); in bdev_ftl_delete_bdev()
17 DIRS-y += ftl
22 DIRS-y += aio ftl
71 DEPDIRS-ftl := log util thread bdev json jsonrpc73 DEPDIRS-ftl += trace140 DEPDIRS-bdev_ftl := $(BDEV_DEPS) ftl
64 BLOCKDEV_MODULES_LIST += bdev_ftl ftl
48 LIBNAME = ftl
36 test/unit/lib/ftl/common/utils