| /src/sys/ufs/chfs/ |
| 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 1727 int err, pebnr; local 1771 int err, pebnr; local 1823 int err, pebnr, retries = 0; local 1921 int err, pebnr; local 1951 int err, pebnr, retries = 0; local 2050 int err, pebnr, pebnr_old, retries = 0; local [all...] |
| ebh.h | 128 * @pebnr: physical eraseblock number 135 int pebnr; member in struct:chfs_scan_leb 176 * @pebnr: physical eraseblock number 182 int pebnr; member in struct:chfs_peb 218 int (*read_eb_hdr)(struct chfs_ebh *ebh, int pebnr, 220 int (*write_eb_hdr)(struct chfs_ebh *ebh, int pebnr, 223 int (*mark_eb_hdr_dirty_flash)(struct chfs_ebh *ebh, int pebnr, int lid); 224 int (*invalidate_eb_hdr)(struct chfs_ebh *ebh, int pebnr); 225 int (*mark_eb_hdr_free)(struct chfs_ebh *ebh, int pebnr, int ec); 228 int pebnr, struct chfs_eb_hdr *ebhdr) [all...] |