OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHFS_EB_EC_HDR_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/ufs/chfs/
ebh_media.h
59
#define
CHFS_EB_EC_HDR_SIZE
sizeof(struct chfs_eb_ec_hdr)
ebh.c
115
CHFS_EB_EC_HDR_SIZE
+ CHFS_EB_HDR_NOR_SIZE;
152
ofs,
CHFS_EB_EC_HDR_SIZE
,
155
if (ret || retlen !=
CHFS_EB_EC_HDR_SIZE
)
158
ofs +=
CHFS_EB_EC_HDR_SIZE
;
192
ofs,
CHFS_EB_EC_HDR_SIZE
, &retlen,
194
if (ret || retlen !=
CHFS_EB_EC_HDR_SIZE
)
224
off_t ofs = pebnr * ebh->flash_if->erasesize +
CHFS_EB_EC_HDR_SIZE
;
301
0xFF, 0,
CHFS_EB_EC_HDR_SIZE
)) {
379
0xFF, 0,
CHFS_EB_EC_HDR_SIZE
)) {
445
ofs = pebnr * ebh->flash_if->erasesize +
CHFS_EB_EC_HDR_SIZE
[
all
...]
/src/usr.sbin/makefs/chfs/
chfs_mkfs.c
123
#define MINSIZE MAX(MAX(
CHFS_EB_EC_HDR_SIZE
, CHFS_EB_HDR_NOR_SIZE), \
134
memcpy(buf, &ebhdr.ec_hdr,
CHFS_EB_EC_HDR_SIZE
);
135
memset(buf +
CHFS_EB_EC_HDR_SIZE
, 0xFF,
136
opts->pagesize -
CHFS_EB_EC_HDR_SIZE
);
Completed in 143 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025