| ebh.h | 1 /* $NetBSD: ebh.h,v 1.5 2025/01/08 11:39:50 andvar Exp $ */ 218 int (*read_eb_hdr)(struct chfs_ebh *ebh, int pebnr, 220 int (*write_eb_hdr)(struct chfs_ebh *ebh, int pebnr, 222 int (*check_eb_hdr)(struct chfs_ebh *ebh, void *buf); 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); 227 int (*process_eb)(struct chfs_ebh *ebh, struct chfs_scan_info *si, 231 int (*calc_data_offs)(struct chfs_ebh *ebh, int pebnr, int offset); 291 * @ebh: eraseblock handle 295 struct chfs_ebh *ebh; member in struct:chfs_erase_info_priv [all...] |