Searched refs:btt (Results 1 – 12 of 12) sorted by relevance
802 static void free_arenas(struct btt *btt) in free_arenas() argument1058 return btt->lbasize - btt->sector_size; in btt_meta_size()1500 static int btt_blk_init(struct btt *btt) in btt_blk_init() argument1513 btt->btt_disk->private_data = btt; in btt_blk_init()1526 set_capacity(btt->btt_disk, btt->nlba * btt->sector_size >> 9); in btt_blk_init()1531 btt->nd_btt->size = btt->nlba * (u64)btt->sector_size; in btt_blk_init()1569 struct btt *btt; in btt_init() local1636 static void btt_fini(struct btt *btt) in btt_fini() argument1650 struct btt *btt; in nvdimm_namespace_attach_btt() local1688 nd_btt->btt = btt; in nvdimm_namespace_attach_btt()[all …]
11 nd_btt-y := btt.o
725 struct btt *btt = nd_btt->btt; in pmem_revalidate_region() local727 nvdimm_check_and_set_ro(btt->btt_disk); in pmem_revalidate_region()
447 struct btt;451 struct btt *btt; member
219 struct btt { struct
41 libnvdimm: btt layout42 libndctl: btt creation example571 LIBNVDIMM: btt layout argument590 LIBNDCTL: btt creation example argument602 struct ndctl_btt *btt;604 ndctl_btt_foreach(region, btt)605 if (!ndctl_btt_is_enabled(btt)607 return btt;615 btt = get_idle_btt(region);622 /* turn on btt access */[all …]
11 btt
279 For example, the ndctl command line to setup a btt with a 4k sector size is::
49 nd_btt-y := $(NVDIMM_SRC)/btt.o
82 define btt100 document btt
1021 uint8_t *btt; member
11778 F: drivers/nvdimm/btt*
Completed in 38 milliseconds