Home
last modified time | relevance | path

Searched refs:CHFS_EB_HDR_NOR_SIZE (Results 1 – 3 of 3) sorted by relevance

/minix/sys/ufs/chfs/
H A Debh_media.h61 #define CHFS_EB_HDR_NOR_SIZE sizeof(struct chfs_nor_eb_hdr) macro
H A Debh.c115 CHFS_EB_EC_HDR_SIZE + CHFS_EB_HDR_NOR_SIZE; in nor_calc_data_offs()
160 ofs, CHFS_EB_HDR_NOR_SIZE, in nor_read_eb_hdr()
163 if (ret || retlen != CHFS_EB_HDR_NOR_SIZE) in nor_read_eb_hdr()
230 CHFS_EB_HDR_NOR_SIZE - 4); in nor_write_eb_hdr()
236 ofs, CHFS_EB_HDR_NOR_SIZE, &retlen, in nor_write_eb_hdr()
239 if (ret || retlen != CHFS_EB_HDR_NOR_SIZE) in nor_write_eb_hdr()
326 CHFS_EB_HDR_NOR_SIZE)) { in nor_check_eb_hdr()
345 CHFS_EB_HDR_NOR_SIZE - 4); in nor_check_eb_hdr()
1630 CHFS_EB_EC_HDR_SIZE - CHFS_EB_HDR_NOR_SIZE; in ebh_open()
/minix/usr.sbin/makefs/chfs/
H A Dchfs_mkfs.c126 #define MINSIZE MAX(MAX(CHFS_EB_EC_HDR_SIZE, CHFS_EB_HDR_NOR_SIZE), \ in write_eb_header()
155 CHFS_EB_HDR_NOR_SIZE - 4)); in write_eb_header()
156 memcpy(buf, &ebhdr.u.nor_hdr, CHFS_EB_HDR_NOR_SIZE); in write_eb_header()