Searched refs:btt (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/nvdimm/
H A Dbtt.c20 #include "btt.h"
256 static void btt_debugfs_init(struct btt *btt) argument
261 btt->debugfs_dir = debugfs_create_dir(dev_name(&btt->nd_btt->dev),
263 if (IS_ERR_OR_NULL(btt->debugfs_dir))
266 list_for_each_entry(arena, &btt->arena_list, list) {
267 arena_debugfs_init(arena, btt->debugfs_dir, i);
612 * Detecting valid log indices: We read a log group (see the comments in btt.h
746 static struct arena_info *alloc_arena(struct btt *bt argument
803 free_arenas(struct btt *btt) argument
847 discover_arenas(struct btt *btt) argument
928 create_arenas(struct btt *btt) argument
1020 btt_meta_init(struct btt *btt) argument
1051 btt_meta_size(struct btt *btt) argument
1063 lba_to_arena(struct btt *btt, sector_t sector, __u32 *premap, struct arena_info **arena) argument
1136 btt_rw_integrity(struct btt *btt, struct bio_integrity_payload *bip, struct arena_info *arena, u32 postmap, int rw) argument
1183 btt_rw_integrity(struct btt *btt, struct bio_integrity_payload *bip, struct arena_info *arena, u32 postmap, int rw) argument
1190 btt_read_pg(struct btt *btt, struct bio_integrity_payload *bip, struct page *page, unsigned int off, sector_t sector, unsigned int len) argument
1293 btt_is_badblock(struct btt *btt, struct arena_info *arena, u32 postmap) argument
1303 btt_write_pg(struct btt *btt, struct bio_integrity_payload *bip, sector_t sector, struct page *page, unsigned int off, unsigned int len) argument
1418 btt_do_bvec(struct btt *btt, struct bio_integrity_payload *bip, struct page *page, unsigned int len, unsigned int off, enum req_op op, sector_t sector) argument
1438 struct btt *btt = bio->bi_bdev->bd_disk->private_data; local
1495 btt_blk_init(struct btt *btt) argument
1538 btt_blk_cleanup(struct btt *btt) argument
1566 struct btt *btt; local
1633 btt_fini(struct btt *btt) argument
1647 struct btt *btt; local
1693 struct btt *btt = nd_btt->btt; local
[all...]
H A DMakefile11 nd_btt-y := btt.o
H A Dbtt.h202 * struct btt - handle for a BTT instance
219 struct btt { struct
H A Dnd.h447 struct btt;
451 struct btt *btt; member in struct:nd_btt
H A Dpmem.c31 #include "btt.h"
729 struct btt *btt = nd_btt->btt; local
731 nvdimm_check_and_set_ro(btt->btt_disk);
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.h1021 uint8_t *btt; member in struct:ahd_suspend_state

Completed in 145 milliseconds