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

  /src/sys/ufs/chfs/
ebh.h 105 struct chfs_ebh;
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);
248 * struct chfs_ebh - eraseblock handler descripto
267 struct chfs_ebh { struct
    [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);
51 int nor_check_eb_hdr(struct chfs_ebh *ebh, void *buf);
52 int nand_check_eb_hdr(struct chfs_ebh *ebh, void *buf);
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)
    [all...]
chfs_vfsops.c 256 chmp->chm_ebh = kmem_alloc(sizeof(struct chfs_ebh), KM_SLEEP);
375 kmem_free(chmp->chm_ebh, sizeof(struct chfs_ebh));
chfs.h 334 struct chfs_ebh *chm_ebh; /* eraseblock handler */

Completed in 15 milliseconds