Searched refs:bad_offset (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/jffs2/
H A Derase.c24 static void jffs2_erase_failed(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_offset);
32 uint32_t bad_offset; local
39 bad_offset = jeb->offset;
70 bad_offset = instr->fail_addr;
96 jffs2_erase_failed(c, jeb, bad_offset);
172 static void jffs2_erase_failed(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_offset) argument
176 if (jffs2_cleanmarker_oob(c) && (bad_offset != (uint32_t)MTD_FAIL_ADDR_UNKNOWN)) {
179 if (!jffs2_write_nand_badblock(c, jeb, bad_offset)) {
311 static int jffs2_block_check_erase(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t *bad_offset) argument
363 *bad_offset
402 uint32_t bad_offset; local
[all...]
H A Dos-linux.h83 #define jffs2_write_nand_badblock(c,jeb,bad_offset) (1)
122 int jffs2_write_nand_badblock(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_offset);
H A Dwbuf.c1133 int jffs2_write_nand_badblock(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_offset) argument
1141 pr_warn("marking eraseblock at %08x as bad\n", bad_offset);
1142 ret = mtd_block_markbad(c->mtd, bad_offset);
/linux-master/tools/perf/util/
H A Dannotate-data.h88 * @bad_offset: The access offset is out of the type
102 int bad_offset; member in struct:annotated_data_stat
H A Dannotate-data.c234 ann_data_stat.bad_offset++;
/linux-master/tools/perf/
H A Dbuiltin-annotate.c415 s->bad_offset;
432 PRINT_STAT(bad_offset);
/linux-master/mm/
H A Dswapfile.c1151 goto bad_offset;
1159 bad_offset:

Completed in 110 milliseconds