OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEV_BSIZE
(Results
1 - 8
of
8
) sorted by null
/external/grub/stage2/
defs.h
37
#define
DEV_BSIZE
512
77
* Note that the disk devices are assumed to have
DEV_BSIZE
"sectors"
dir.h
74
#define DIRBLKSIZ
DEV_BSIZE
120
#ifndef
DEV_BSIZE
121
#define
DEV_BSIZE
512
fsys_minix.c
36
/* sizes are always in bytes, BLOCK values are always in
DEV_BSIZE
(sectors) */
37
#define
DEV_BSIZE
512
46
#define SBLOCK (WHICH_SUPER * BLOCK_SIZE /
DEV_BSIZE
) /* = 2 */
169
(sizeof (struct minix_super_block) /
DEV_BSIZE
)))
195
return devread (fsblock * (BLOCK_SIZE /
DEV_BSIZE
), 0,
273
devread (map * (BLOCK_SIZE /
DEV_BSIZE
),
fsys_ext2fs.c
27
/* sizes are always in bytes, BLOCK values are always in
DEV_BSIZE
(sectors) */
28
#define
DEV_BSIZE
512
35
#define SBLOCK (WHICH_SUPER * BLOCK_SIZE /
DEV_BSIZE
) /* = 2 */
262
|| part_length < (SBLOCK + (sizeof (struct ext2_super_block) /
DEV_BSIZE
))
278
return devread (fsblock * (EXT2_BLOCK_SIZE (SUPERBLOCK) /
DEV_BSIZE
), 0,
440
devread (map * (EXT2_BLOCK_SIZE (SUPERBLOCK) /
DEV_BSIZE
),
486
ea_blocks = INODE->i_file_acl ? EXT2_BLOCK_SIZE (SUPERBLOCK) /
DEV_BSIZE
: 0;
ufs2.h
71
#define
DEV_BSIZE
512
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
param.h
69
#define
DEV_BSIZE
512
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
param.h
69
#define
DEV_BSIZE
512
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
param.h
69
#define
DEV_BSIZE
512
Completed in 322 milliseconds