Searched refs:btt (Results 1 – 11 of 11) sorted by relevance
263 static void btt_debugfs_init(struct btt *btt) in btt_debugfs_init() argument268 btt->debugfs_dir = debugfs_create_dir(dev_name(&btt->nd_btt->dev), in btt_debugfs_init()270 if (IS_ERR_OR_NULL(btt->debugfs_dir)) in btt_debugfs_init()273 list_for_each_entry(arena, &btt->arena_list, list) { in btt_debugfs_init()274 arena_debugfs_init(arena, btt->debugfs_dir, i); in btt_debugfs_init()744 static struct arena_info *alloc_arena(struct btt *btt, size_t size, in alloc_arena() argument754 arena->nd_btt = btt->nd_btt; in alloc_arena()755 arena->sector_size = btt->sector_size; in alloc_arena()763 arena->external_lbasize = btt->lbasize; in alloc_arena()767 arena->version_major = btt->nd_btt->version_major; in alloc_arena()[all …]
11 nd_btt-y := btt.o
183 struct btt;187 struct btt *btt; member
225 struct btt { struct
56 enum bug_trap_type btt; in do_report_trap() local58 btt = report_bug(regs->psw.addr, regs); in do_report_trap()59 if (btt == BUG_TRAP_TYPE_WARN) in do_report_trap()
36 LIBNVDIMM/LIBNDCTL: Block Translation Table "btt"37 libnvdimm: btt layout38 libndctl: btt creation example199 LIBNVDIMM/NDCTL: Block Translation Table "btt"717 LIBNVDIMM/LIBNDCTL: Block Translation Table "btt"720 A BTT (design document: http://pmem.io/2014/09/23/btt.html) is a stacked724 LIBNVDIMM: btt layout741 LIBNDCTL: btt creation example743 region. Each time this "seed" btt device is configured and enabled a new749 struct ndctl_btt *btt;[all …]
266 For example, the ndctl command line to setup a btt with a 4k sector size is:
48 nd_btt-y := $(NVDIMM_SRC)/btt.o
82 define btt100 document btt
1024 uint8_t *btt; member
8356 F: drivers/nvdimm/btt*