Searched refs:pebnr (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/ufs/chfs/
H A Debh.c45 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, in
112 nor_calc_data_offs(struct chfs_ebh *ebh, int pebnr, int offset) argument
125 nand_calc_data_offs(struct chfs_ebh *ebh, int pebnr, int offset) argument
142 nor_read_eb_hdr(struct chfs_ebh *ebh, int pebnr, struct chfs_eb_hdr *ebhdr) argument
180 nand_read_eb_hdr(struct chfs_ebh *ebh, int pebnr, struct chfs_eb_hdr *ebhdr) argument
219 nor_write_eb_hdr(struct chfs_ebh *ebh, int pebnr, struct chfs_eb_hdr *ebhdr) argument
256 nand_write_eb_hdr(struct chfs_ebh *ebh, int pebnr, struct chfs_eb_hdr *ebhdr) argument
435 nor_mark_eb_hdr_dirty_flash(struct chfs_ebh *ebh, int pebnr, int lid) argument
468 nor_invalidate_eb_hdr(struct chfs_ebh *ebh, int pebnr) argument
504 mark_eb_hdr_free(struct chfs_ebh *ebh, int pebnr, int ec) argument
774 add_peb_to_erase_queue(struct chfs_ebh *ebh, int pebnr, int ec, struct peb_queue *queue) argument
799 find_peb_in_use(struct chfs_ebh *ebh, int pebnr) argument
820 add_peb_to_free(struct chfs_ebh *ebh, int pebnr, int ec) argument
850 add_peb_to_in_use(struct chfs_ebh *ebh, int pebnr, int ec) argument
1019 release_peb(struct chfs_ebh *ebh, int pebnr) argument
1183 scan_add_to_queue(struct chfs_scan_info *si, int pebnr, int erase_cnt, struct scan_leb_queue *queue) argument
1211 nor_scan_add_to_used(struct chfs_ebh *ebh, struct chfs_scan_info *si, struct chfs_eb_hdr *ebhdr, int pebnr, int leb_status) argument
1262 nor_process_eb(struct chfs_ebh *ebh, struct chfs_scan_info *si, int pebnr, struct chfs_eb_hdr *ebhdr) argument
1319 nand_scan_add_to_used(struct chfs_ebh *ebh, struct chfs_scan_info *si, struct chfs_eb_hdr *ebhdr, int pebnr) argument
1369 nand_process_eb(struct chfs_ebh *ebh, struct chfs_scan_info *si, int pebnr, struct chfs_eb_hdr *ebhdr) argument
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...]
H A Debh.h128 * @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, struc
[all...]

Completed in 172 milliseconds