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

  /src/sys/ufs/chfs/
ebh.h 204 * @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
ebh.c 1633 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 30 milliseconds