OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HFS_MAP_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/mkhybrid/dist/libhfs_iso/
hybrid.h
17
#define
HFS_MAP_SIZE
16 /* size of HFS partition maps (8Kb) */
24
int
hfs_map_size
; /* size of partition maps in HFS blks */
member in struct:__anon7149
/src/external/gpl2/mkhybrid/dist/
write.c
1514
hce->
hfs_map_size
=
HFS_MAP_SIZE
;
1516
hce->
hfs_map_size
= 0;
1597
hfs_pad = V_ROUND_UP(start_extent*SECTOR_SIZE + (hce->hfs_hdr_size + hce->
hfs_map_size
)*HFS_BLOCKSZ, Csize)/SECTOR_SIZE;
1599
hfs_pad -= (start_extent + (hce->hfs_hdr_size + hce->
hfs_map_size
)/BLK_CONV);
1670
int tot_size = hce->
hfs_map_size
+ hce->hfs_hdr_size;
Completed in 24 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026