ebh.c | 45 int nor_calc_data_offs(struct chfs_ebh *ebh, int pebnr, int offset); 46 int nand_calc_data_offs(struct chfs_ebh *ebh, int pebnr, int offset); 47 int nor_read_eb_hdr(struct chfs_ebh *ebh, int pebnr, struct chfs_eb_hdr *ebhdr); 48 int nand_read_eb_hdr(struct chfs_ebh *ebh, int pebnr, struct chfs_eb_hdr *ebhdr); 49 int nor_write_eb_hdr(struct chfs_ebh *ebh, int pebnr, struct chfs_eb_hdr *ebhdr); 50 int nand_write_eb_hdr(struct chfs_ebh *ebh, int pebnr,struct chfs_eb_hdr *ebhdr); 53 int nor_mark_eb_hdr_dirty_flash(struct chfs_ebh *ebh, int pebnr, int lid); 54 int nor_invalidate_eb_hdr(struct chfs_ebh *ebh, int pebnr); 55 int mark_eb_hdr_free(struct chfs_ebh *ebh, int pebnr, int ec); 60 int add_peb_to_erase_queue(struct chfs_ebh *ebh, int pebnr, int ec,struct peb_queue *queue) 1437 int pebnr, err; local in function:chfs_scan 1727 int err, pebnr; local in function:ebh_read_leb 1771 int err, pebnr; local in function:get_peb 1823 int err, pebnr, retries = 0; local in function:ebh_write_leb 1921 int err, pebnr; local in function:ebh_erase_leb 1951 int err, pebnr, retries = 0; local in function:ebh_map_leb 2050 int err, pebnr, pebnr_old, retries = 0; local in function:ebh_change_leb [all...] |