OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mach_daddr_t
(Results
1 - 3
of
3
) sorted by null
/external/grub/stage2/
disk_inode.h
60
* sizeof (
mach_daddr_t
))
79
mach_daddr_t
Mb_db[FFS_NDADDR]; /* 40: disk block addresses */
80
mach_daddr_t
Mb_ib[FFS_NIADDR]; /* 88: indirect blocks */
defs.h
60
typedef unsigned int
mach_daddr_t
; /* an unsigned int */
typedef
fs.h
73
#define BBLOCK ((
mach_daddr_t
)(0))
74
#define SBLOCK ((
mach_daddr_t
)(BBLOCK + BBSIZE / DEV_BSIZE))
150
mach_daddr_t
fs_sblkno; /* addr of super-block in filesys */
151
mach_daddr_t
fs_cblkno; /* offset of cyl-block in filesys */
152
mach_daddr_t
fs_iblkno; /* offset of inode-blocks in filesys */
153
mach_daddr_t
fs_dblkno; /* offset of first data after cg */
193
mach_daddr_t
fs_csaddr; /* blk addr of cyl grp summary area */
356
#define cgbase(fs, c) ((
mach_daddr_t
)((fs)->fs_fpg * (c)))
373
((
mach_daddr_t
)(cgimin(fs, itog(fs, x)) + \
Completed in 178 milliseconds