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

  /src/sys/ufs/chfs/
ebh.h 61 * struct chfs_eb_hdr - in-memory representation of eraseblock headers
66 struct chfs_eb_hdr { struct
219 struct chfs_eb_hdr *ebhdr);
221 struct chfs_eb_hdr *ebhdr);
228 int pebnr, struct chfs_eb_hdr *ebhdr);
230 int (*create_eb_hdr)(struct chfs_eb_hdr *ebhdr, int lnr);
ebh.c 43 int nor_create_eb_hdr(struct chfs_eb_hdr *ebhdr, int lnr);
44 int nand_create_eb_hdr(struct chfs_eb_hdr *ebhdr, int lnr);
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);
71 int nor_scan_add_to_used(struct chfs_ebh *ebh, struct chfs_scan_info *si,struct chfs_eb_hdr *ebhdr, int pebnr, int leb_status);
73 int pebnr, struct chfs_eb_hdr *ebhdr);
74 int nand_scan_add_to_used(struct chfs_ebh *ebh, struct chfs_scan_info *si,struct chfs_eb_hdr *ebhdr, int pebnr);
76 int pebnr, struct chfs_eb_hdr *ebhdr)
    [all...]
  /src/usr.sbin/makefs/chfs/
chfs_mkfs.c 118 struct chfs_eb_hdr ebhdr;

Completed in 13 milliseconds