Searched refs:btt (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/nvdimm/ |
| H A D | btt.c | 257 static void btt_debugfs_init(struct btt *btt) in btt_debugfs_init() argument 262 btt->debugfs_dir = debugfs_create_dir(dev_name(&btt->nd_btt->dev), in btt_debugfs_init() 264 if (IS_ERR_OR_NULL(btt->debugfs_dir)) in btt_debugfs_init() 267 list_for_each_entry(arena, &btt->arena_list, list) { in btt_debugfs_init() 268 arena_debugfs_init(arena, btt->debugfs_dir, i); in btt_debugfs_init() 745 static struct arena_info *alloc_arena(struct btt *btt, size_t size, in alloc_arena() argument 755 arena->nd_btt = btt->nd_btt; in alloc_arena() 756 arena->sector_size = btt->sector_size; in alloc_arena() 764 arena->external_lbasize = btt->lbasize; in alloc_arena() 768 arena->version_major = btt->nd_btt->version_major; in alloc_arena() [all …]
|
| H A D | Makefile | 12 nd_btt-y := btt.o
|
| H A D | pmem.c | 723 struct btt *btt = nd_btt->btt; in pmem_revalidate_region() local 725 nvdimm_check_and_set_ro(btt->btt_disk); in pmem_revalidate_region()
|
| H A D | nd.h | 447 struct btt; 451 struct btt *btt; member
|
| H A D | btt.h | 219 struct btt { struct
|
| /linux/Documentation/driver-api/nvdimm/ |
| H A D | nvdimm.rst | 40 LIBNVDIMM/LIBNDCTL: Block Translation Table "btt" 41 libnvdimm: btt layout 42 libndctl: btt creation example 151 LIBNVDIMM/NDCTL: Block Translation Table "btt" 564 LIBNVDIMM/LIBNDCTL: Block Translation Table "btt" 567 A BTT (design document: https://pmem.io/2014/09/23/btt.html) is a 571 LIBNVDIMM: btt layout argument 590 LIBNDCTL: btt creation example argument 594 region. Each time this "seed" btt device is configured and enabled a new 602 struct ndctl_btt *btt; [all …]
|
| H A D | index.rst | 11 btt
|
| H A D | btt.rst | 279 For example, the ndctl command line to setup a btt with a 4k sector size is::
|
| /linux/arch/s390/kernel/ |
| H A D | traps.c | 255 enum bug_trap_type btt; in monitor_event_exception() local 261 btt = report_bug_entry((struct bug_entry *)regs->gprs[2], regs); in monitor_event_exception() 263 btt = report_bug(regs->psw.addr - (regs->int_code >> 16), regs); in monitor_event_exception() 265 switch (btt) { in monitor_event_exception()
|
| /linux/tools/testing/nvdimm/ |
| H A D | Kbuild | 49 nd_btt-y := $(NVDIMM_SRC)/btt.o
|
| /linux/Documentation/admin-guide/kdump/ |
| H A D | gdbmacros.txt | 82 define btt 100 document btt
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.h | 1021 uint8_t *btt; member
|
| /linux/Documentation/ |
| H A D | .renames.txt | 858 nvdimm/btt driver-api/nvdimm/btt
|
| /linux/ |
| H A D | MAINTAINERS | 14584 F: drivers/nvdimm/btt*
|