HomeSort by: relevance | last modified time | path
    Searched defs:pebnr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/chfs/
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...]
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...]

Completed in 30 milliseconds