Searched defs:btt (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/drivers/nvdimm/ |
D | btt.h | 219 struct btt { struct 220 struct gendisk *btt_disk; argument 223 struct nd_btt *nd_btt; argument 235 bool nd_btt_arena_is_valid(struct nd_btt *nd_btt, struct btt_sb *super); argument
|
D | btt.c | 256 static void btt_debugfs_init(struct btt *btt) in btt_debugfs_init() 746 static struct arena_info *alloc_arena(struct btt *btt, size_t size, in alloc_arena() 803 static void free_arenas(struct btt *btt) in free_arenas() 847 static int discover_arenas(struct btt *btt) in discover_arenas() 934 static int create_arenas(struct btt *btt) in create_arenas() 1026 static int btt_meta_init(struct btt *btt) in btt_meta_init() 1057 static u32 btt_meta_size(struct btt *btt) in btt_meta_size() 1069 static int lba_to_arena(struct btt *btt, sector_t sector, __u32 *premap, in lba_to_arena() 1142 static int btt_rw_integrity(struct btt *btt, struct bio_integrity_payload *bip, in btt_rw_integrity() 1191 static int btt_rw_integrity(struct btt *btt, struct bio_integrity_payload *bip, in btt_rw_integrity() [all …]
|
D | pmem.c | 604 struct btt *btt = nd_btt->btt; in pmem_revalidate_region() local
|
D | nd.h | 335 struct btt *btt; member
|
/Linux-v5.15/Documentation/driver-api/nvdimm/ |
D | nvdimm.rst | 793 LIBNVDIMM: btt layout 812 LIBNDCTL: btt creation example
|
/Linux-v5.15/drivers/scsi/aic7xxx/ |
D | aic79xx.h | 1021 uint8_t *btt; member
|