Home
last modified time | relevance | path

Searched refs:ftl (Results 1 – 25 of 26) sorted by relevance

12

/spdk/test/ftl/
H A Dupgrade_shutdown.sh19 export FTL_BDEV=ftl
52 $rpc_py bdev_ftl_set_property -b ftl -p verbose_mode -v true
53 $rpc_py bdev_ftl_get_properties -b ftl
56 $rpc_py bdev_ftl_set_property -b ftl -p prep_upgrade_on_shutdown -v true
70 $rpc_py bdev_ftl_set_property -b ftl -p verbose_mode -v true
71 $rpc_py bdev_ftl_get_properties -b ftl
78 $rpc_py bdev_ftl_set_property -b ftl -p verbose_mode -v true
79 $rpc_py bdev_ftl_get_properties -b ftl
H A Drestore.sh30 rm -f $testdir/config/ftl.json
64 ) > $testdir/config/ftl.json
73 "$SPDK_BIN_DIR/spdk_dd" --if=$testdir/testfile --ob=ftl0 --json=$testdir/config/ftl.json
74 "$SPDK_BIN_DIR/spdk_dd" --ib=ftl0 --of=$testdir/testfile --json=$testdir/config/ftl.json --count=262144
79 "$SPDK_BIN_DIR/spdk_dd" --if=$testdir/testfile --ob=ftl0 --json=$testdir/config/ftl.json --seek=131072
80 "$SPDK_BIN_DIR/spdk_dd" --ib=ftl0 --of=$testdir/testfile --json=$testdir/config/ftl.json --skip=131072 --count=262144
H A Ddirty_shutdown.sh31 rm -f $testdir/config/ftl.json
67 ) > $testdir/config/ftl.json
88 …=$testdir/testfile2 --ob=ftl0 --count=$chunk_size --seek=$data_size --json=$testdir/config/ftl.json
93 $spdk_dd --ib=ftl0 --of=$testdir/testfile --count=$data_size --json=$testdir/config/ftl.json
95 …=ftl0 --of=$testdir/testfile2 --count=$chunk_size --skip=$data_size --json=$testdir/config/ftl.json
H A Dwrite_after_write.sh16 rm -f $testdir/config/ftl.json
33 export FTL_JSON_CONF=$testdir/config/ftl.json
72 $rpc_py save_config > $testdir/config/ftl.json
86 $rpc_py load_config < $testdir/config/ftl.json
H A Dtrim.sh16 rm -f $testdir/config/ftl.json
35 export FTL_JSON_CONF=$testdir/config/ftl.json
H A Dcommon.sh205 rm -f rm -f /dev/shm/ftl*
206 rm -f rm -f /dev/hugepages/ftl*
H A Dfio.sh40 export FTL_JSON_CONF=$testdir/config/ftl.json
/spdk/test/unit/lib/ftl/ftl_l2p/
H A DMakefile12 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl/utils
14 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl
/spdk/test/unit/
H A Dunittest.sh56 $valgrind $testdir/lib/ftl/ftl_band.c/ftl_band_ut
57 $valgrind $testdir/lib/ftl/ftl_bitmap.c/ftl_bitmap_ut
58 $valgrind $testdir/lib/ftl/ftl_io.c/ftl_io_ut
59 $valgrind $testdir/lib/ftl/ftl_mngt/ftl_mngt_ut
60 $valgrind $testdir/lib/ftl/ftl_mempool.c/ftl_mempool_ut
61 $valgrind $testdir/lib/ftl/ftl_l2p/ftl_l2p_ut
62 $valgrind $testdir/lib/ftl/ftl_sb/ftl_sb_ut
63 $valgrind $testdir/lib/ftl/ftl_layout_upgrade/ftl_layout_upgrade_ut
64 $valgrind $testdir/lib/ftl/ftl_p2l.c/ftl_p2l_ut
/spdk/test/unit/lib/ftl/ftl_bitmap.c/
H A DMakefile12 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl
/spdk/test/unit/lib/ftl/ftl_io.c/
H A DMakefile12 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl
/spdk/test/unit/lib/ftl/ftl_p2l.c/
H A DMakefile12 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl
/spdk/test/unit/lib/ftl/ftl_mngt/
H A DMakefile12 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl
/spdk/test/unit/lib/ftl/ftl_band.c/
H A DMakefile12 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl
/spdk/test/unit/lib/ftl/ftl_layout_upgrade/
H A DMakefile12 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl -DUTEST
/spdk/test/unit/lib/ftl/ftl_sb/
H A DMakefile12 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl -DUTEST
/spdk/doc/
H A Dprog_guides.md8 - @subpage ftl
/spdk/module/bdev/ftl/
H A DMakefile12 CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl/
H A Dbdev_ftl.c72 SPDK_BDEV_MODULE_REGISTER(ftl, &g_ftl_if)
468 struct ftl_bdev *ftl; in bdev_ftl_delete_bdev() local
483 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()
/spdk/test/unit/lib/
H A DMakefile17 DIRS-y += ftl
/spdk/module/bdev/
H A DMakefile22 DIRS-y += aio ftl
/spdk/mk/
H A Dspdk.lib_deps.mk71 DEPDIRS-ftl := log util thread bdev json jsonrpc
73 DEPDIRS-ftl += trace
140 DEPDIRS-bdev_ftl := $(BDEV_DEPS) ftl
H A Dspdk.modules.mk64 BLOCKDEV_MODULES_LIST += bdev_ftl ftl
/spdk/lib/ftl/
H A DMakefile48 LIBNAME = ftl
/spdk/test/common/
H A Dskipped_build_files.txt36 test/unit/lib/ftl/common/utils

12