Searched defs:DEV_BSIZE (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddefs.h37 #define DEV_BSIZE 512 macro
81 * Note that the disk devices are assumed to have DEV_BSIZE "sectors"
H A Ddir.h74 #define DIRBLKSIZ DEV_BSIZE
120 #ifndef DEV_BSIZE
121 #define DEV_BSIZE 512 macro
H A Dfsys_minix.c36 /* sizes are always in bytes, BLOCK values are always in DEV_BSIZE (sectors) */
37 #define DEV_BSIZE 512 macro
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),
H A Dfsys_ext2fs.c27 /* sizes are always in bytes, BLOCK values are always in DEV_BSIZE (sectors) */
28 #define DEV_BSIZE 512 macro
35 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */
310 || part_length < (SBLOCK + (sizeof (struct ext2_super_block) / DEV_BSIZE))
326 return devread (fsblock * (EXT2_BLOCK_SIZE (SUPERBLOCK) / DEV_BSIZE), 0,
488 devread (map * (EXT2_BLOCK_SIZE (SUPERBLOCK) / DEV_BSIZE),
534 ea_blocks = INODE->i_file_acl ? EXT2_BLOCK_SIZE (SUPERBLOCK) / DEV_BSIZE : 0;
H A Dufs2.h71 #define DEV_BSIZE 512 macro
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1982 # define DEV_BSIZE 512 /* device block size not defined */ macro

Completed in 41 milliseconds