Searched refs:DEV_BSIZE (Results 1 – 8 of 8) sorted by relevance
74 #define DIRBLKSIZ DEV_BSIZE120 #ifndef DEV_BSIZE121 #define DEV_BSIZE 512 macro
37 #define DEV_BSIZE 512 macro46 #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()
28 #define DEV_BSIZE 512 macro35 #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()
37 #define DEV_BSIZE 512 macro
87 || part_length < (SBLOCK + (SBSIZE / DEV_BSIZE)) in ffs_mount()
95 if (! (part_length < (sblock_try[i] + (SBLOCKSIZE / DEV_BSIZE)) in ufs2_mount()
74 #define SBLOCK ((mach_daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE))
71 #define DEV_BSIZE 512 macro