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

  /src/usr.sbin/makefs/chfs/
chfs_mkfs.c 118 struct chfs_eb_hdr ebhdr; local in function:write_eb_header
129 ebhdr.ec_hdr.magic = htole32(CHFS_MAGIC_BITMASK);
130 ebhdr.ec_hdr.erase_cnt = htole32(1);
131 ebhdr.ec_hdr.crc_ec = htole32(crc32(0,
132 (uint8_t *)&ebhdr.ec_hdr + 8, 4));
134 memcpy(buf, &ebhdr.ec_hdr, CHFS_EB_EC_HDR_SIZE);
143 ebhdr.u.nand_hdr.lid = htole32(lebnumber++);
144 ebhdr.u.nand_hdr.serial = htole64(++(max_serial));
145 ebhdr.u.nand_hdr.crc = htole32(crc32(0,
146 (uint8_t *)&ebhdr.u.nand_hdr + 4
    [all...]
  /src/sys/ufs/chfs/
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);
296 struct chfs_eb_hdr *ebhdr = buf; local in function:nor_check_eb_hdr
375 struct chfs_eb_hdr *ebhdr = buf; local in function:nand_check_eb_hdr
509 struct chfs_eb_hdr *ebhdr; local in function:mark_eb_hdr_free
1436 struct chfs_eb_hdr *ebhdr; local in function:chfs_scan
1825 struct chfs_eb_hdr *ebhdr; local in function:ebh_write_leb
1952 struct chfs_eb_hdr *ebhdr; local in function:ebh_map_leb
2054 struct chfs_eb_hdr *ebhdr; local in function:ebh_change_leb
    [all...]

Completed in 11 milliseconds