Home
last modified time | relevance | path

Searched refs:DEV_BSIZE (Results 1 – 8 of 8) sorted by relevance

/external/grub/stage2/
Ddir.h74 #define DIRBLKSIZ DEV_BSIZE
120 #ifndef DEV_BSIZE
121 #define DEV_BSIZE 512 macro
Dfsys_minix.c37 #define DEV_BSIZE 512 macro
46 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */
169 (sizeof (struct minix_super_block) / DEV_BSIZE))) in minix_mount()
195 return devread (fsblock * (BLOCK_SIZE / DEV_BSIZE), 0, in minix_rdfsb()
273 devread (map * (BLOCK_SIZE / DEV_BSIZE), in minix_read()
Dfsys_ext2fs.c28 #define DEV_BSIZE 512 macro
35 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */
262 || part_length < (SBLOCK + (sizeof (struct ext2_super_block) / DEV_BSIZE)) in ext2fs_mount()
278 return devread (fsblock * (EXT2_BLOCK_SIZE (SUPERBLOCK) / DEV_BSIZE), 0, in ext2_rdfsb()
440 devread (map * (EXT2_BLOCK_SIZE (SUPERBLOCK) / DEV_BSIZE), in ext2fs_read()
486 ea_blocks = INODE->i_file_acl ? EXT2_BLOCK_SIZE (SUPERBLOCK) / DEV_BSIZE : 0; in ext2_is_fast_symlink()
Ddefs.h37 #define DEV_BSIZE 512 macro
Dfsys_ffs.c87 || part_length < (SBLOCK + (SBSIZE / DEV_BSIZE)) in ffs_mount()
Dfsys_ufs2.c95 if (! (part_length < (sblock_try[i] + (SBLOCKSIZE / DEV_BSIZE)) in ufs2_mount()
Dfs.h74 #define SBLOCK ((mach_daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE))
Dufs2.h71 #define DEV_BSIZE 512 macro