Searched refs:btt (Results 1 – 12 of 12) sorted by relevance
803 static void free_arenas(struct btt *btt) in free_arenas() argument934 static int create_arenas(struct btt *btt) in create_arenas() argument1059 return btt->lbasize - btt->sector_size; in btt_meta_size()1531 btt->btt_disk->private_data = btt; in btt_blk_init()1543 set_capacity(btt->btt_disk, btt->nlba * btt->sector_size >> 9); in btt_blk_init()1548 btt->nd_btt->size = btt->nlba * (u64)btt->sector_size; in btt_blk_init()1586 struct btt *btt; in btt_init() local1653 static void btt_fini(struct btt *btt) in btt_fini() argument1667 struct btt *btt; in nvdimm_namespace_attach_btt() local1705 nd_btt->btt = btt; in nvdimm_namespace_attach_btt()[all …]
657 struct btt *btt = nd_btt->btt; in pmem_revalidate_region() local659 nvdimm_check_and_set_ro(btt->btt_disk); in pmem_revalidate_region()
12 nd_btt-y := btt.o
458 struct btt;462 struct btt *btt; member
219 struct btt { struct
43 libnvdimm: btt layout44 libndctl: btt creation example793 LIBNVDIMM: btt layout argument812 LIBNDCTL: btt creation example argument822 struct ndctl_btt *btt;824 ndctl_btt_foreach(region, btt)825 if (!ndctl_btt_is_enabled(btt)827 return btt;835 btt = get_idle_btt(region);842 /* turn on btt access */[all …]
11 btt
279 For example, the ndctl command line to setup a btt with a 4k sector size is::
52 nd_btt-y := $(NVDIMM_SRC)/btt.o
82 define btt100 document btt
1021 uint8_t *btt; member
10840 F: drivers/nvdimm/btt*
Completed in 1403 milliseconds