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

/netbsd-current/sys/ufs/chfs/
H A Debh.h204 * @mark_eb_hdr_dirty_flash: marks eraseblock dirty on flash
223 int (*mark_eb_hdr_dirty_flash)(struct chfs_ebh *ebh, int pebnr, int lid); member in struct:chfs_ebh_ops
H A Debh.c1633 ebh->ops->mark_eb_hdr_dirty_flash =
1653 ebh->ops->mark_eb_hdr_dirty_flash = NULL;
2075 if (ebh->ops->mark_eb_hdr_dirty_flash) {
2076 err = ebh->ops->mark_eb_hdr_dirty_flash(ebh, pebnr_old, lnr);

Completed in 180 milliseconds