Home
last modified time | relevance | path

Searched refs:btt (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/drivers/nvdimm/
Dbtt.c256 static void btt_debugfs_init(struct btt *btt) in btt_debugfs_init() argument
261 btt->debugfs_dir = debugfs_create_dir(dev_name(&btt->nd_btt->dev), in btt_debugfs_init()
263 if (IS_ERR_OR_NULL(btt->debugfs_dir)) in btt_debugfs_init()
266 list_for_each_entry(arena, &btt->arena_list, list) { in btt_debugfs_init()
267 arena_debugfs_init(arena, btt->debugfs_dir, i); in btt_debugfs_init()
746 static struct arena_info *alloc_arena(struct btt *btt, size_t size, in alloc_arena() argument
756 arena->nd_btt = btt->nd_btt; in alloc_arena()
757 arena->sector_size = btt->sector_size; in alloc_arena()
765 arena->external_lbasize = btt->lbasize; in alloc_arena()
769 arena->version_major = btt->nd_btt->version_major; in alloc_arena()
[all …]
DMakefile12 nd_btt-y := btt.o
Dpmem.c604 struct btt *btt = nd_btt->btt; in pmem_revalidate_region() local
606 nvdimm_check_and_set_ro(btt->btt_disk); in pmem_revalidate_region()
Dnd.h331 struct btt;
335 struct btt *btt; member
Dbtt.h219 struct btt { struct
/Linux-v5.15/Documentation/driver-api/nvdimm/
Dnvdimm.rst42 LIBNVDIMM/LIBNDCTL: Block Translation Table "btt"
43 libnvdimm: btt layout
44 libndctl: btt creation example
229 LIBNVDIMM/NDCTL: Block Translation Table "btt"
786 LIBNVDIMM/LIBNDCTL: Block Translation Table "btt"
789 A BTT (design document: https://pmem.io/2014/09/23/btt.html) is a stacked
793 LIBNVDIMM: btt layout argument
812 LIBNDCTL: btt creation example argument
816 region. Each time this "seed" btt device is configured and enabled a new
822 struct ndctl_btt *btt;
[all …]
Dindex.rst11 btt
Dbtt.rst279 For example, the ndctl command line to setup a btt with a 4k sector size is::
/Linux-v5.15/tools/testing/nvdimm/
DKbuild52 nd_btt-y := $(NVDIMM_SRC)/btt.o
/Linux-v5.15/Documentation/admin-guide/kdump/
Dgdbmacros.txt82 define btt
100 document btt
/Linux-v5.15/drivers/scsi/aic7xxx/
Daic79xx.h1021 uint8_t *btt; member
/Linux-v5.15/
DMAINTAINERS10675 F: drivers/nvdimm/btt*