Searched refs:bbt (Results 1 – 25 of 111) sorted by relevance
12345
83 if (!bbt) { in nand_init_bbt()89 bbt->chip = chip; in nand_init_bbt()94 bbt->hdr = malloc(sizeof(struct bbt_header) + bbt->tab_len, M_NAND, in nand_init_bbt()96 if (!bbt->hdr) { in nand_init_bbt()103 bbt->table = (uint32_t *)((uint8_t *)bbt->hdr + in nand_init_bbt()113 chip->bbt = bbt; in nand_init_bbt()116 memset(bbt->table, 0xff, bbt->tab_len); in nand_init_bbt()129 if (chip->bbt) { in nand_destroy_bbt()134 chip->bbt = NULL; in nand_destroy_bbt()171 err = nand_prog_pages_raw(bbt->chip, addr, bbt->hdr, in nand_bbt_save()[all …]
104 nand-on-flash-bbt;132 nand-on-flash-bbt;
25 nand-on-flash-bbt;
53 nand-on-flash-bbt;
69 nand-on-flash-bbt;
52 nand-on-flash-bbt;
61 nand-on-flash-bbt;
276 nand-on-flash-bbt;325 label = "bbt";
72 nand-on-flash-bbt;
83 nand-on-flash-bbt;
71 nand-on-flash-bbt;
82 nand-on-flash-bbt;
63 nand-on-flash-bbt;
104 nand-on-flash-bbt = <1>;
101 nand-on-flash-bbt;
119 nand-on-flash-bbt;
111 nand-on-flash-bbt;
109 nand-on-flash-bbt;
110 nand-on-flash-bbt;
73 nand-on-flash-bbt;
95 nand-on-flash-bbt;
118 nand-on-flash-bbt;
1529 ztest_block_tag_t *bbt; in ztest_replay_create() local1595 bbt = ztest_bt_bonus(db); in ztest_replay_create()1674 ztest_block_tag_t *bbt; in ztest_replay_write() local1710 bbt = ztest_bt_bonus(db); in ztest_replay_write()1712 gen = bbt->bt_gen; in ztest_replay_write()1713 crtxg = bbt->bt_crtxg; in ztest_replay_write()1842 ztest_block_tag_t *bbt; in ztest_replay_setattr() local1862 bbt = ztest_bt_bonus(db); in ztest_replay_setattr()1864 crtxg = bbt->bt_crtxg; in ztest_replay_setattr()1877 sizeof (*bbt); in ztest_replay_setattr()[all …]