BLOCK_SIZE        375 fs/adfs/super.c 	sb_set_blocksize(sb, BLOCK_SIZE);
BLOCK_SIZE        376 fs/adfs/super.c 	if (!(bh = sb_bread(sb, ADFS_DISCRECORD / BLOCK_SIZE))) {
BLOCK_SIZE        381 fs/adfs/super.c 	b_data = bh->b_data + (ADFS_DISCRECORD % BLOCK_SIZE);
BLOCK_SIZE        750 fs/ext2/super.c 	int blocksize = BLOCK_SIZE;
BLOCK_SIZE        769 fs/ext2/super.c 	blocksize = sb_min_blocksize(sb, BLOCK_SIZE);
BLOCK_SIZE        779 fs/ext2/super.c 	if (blocksize != BLOCK_SIZE) {
BLOCK_SIZE        780 fs/ext2/super.c 		logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize;
BLOCK_SIZE        781 fs/ext2/super.c 		offset = (sb_block*BLOCK_SIZE) % blocksize;
BLOCK_SIZE        866 fs/ext2/super.c 	blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size);
BLOCK_SIZE        883 fs/ext2/super.c 		logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize;
BLOCK_SIZE        884 fs/ext2/super.c 		offset = (sb_block*BLOCK_SIZE) % blocksize;
BLOCK_SIZE       1641 fs/ext3/super.c 	blocksize = BLOCK_SIZE << le32_to_cpu(es->s_log_block_size);
BLOCK_SIZE       2097 fs/ext4/super.c 	blocksize = BLOCK_SIZE << le32_to_cpu(es->s_log_block_size);
BLOCK_SIZE        165 fs/freevxfs/vxfs_super.c 	bsize = sb_min_blocksize(sbp, BLOCK_SIZE);
BLOCK_SIZE        160 fs/minix/inode.c 	if (!sb_set_blocksize(s, BLOCK_SIZE))
BLOCK_SIZE        594 fs/minix/inode.c 		stat->blocks = (BLOCK_SIZE / 512) * V1_minix_blocks(stat->size, sb);
BLOCK_SIZE         31 fs/minix/itree_v1.c 	} else if (block >= (minix_sb(inode->i_sb)->s_max_size/BLOCK_SIZE)) {
BLOCK_SIZE        118 fs/quota_v1.c  	off = isize & (BLOCK_SIZE - 1);
BLOCK_SIZE        119 fs/quota_v1.c  	if ((blocks % sizeof(struct v1_disk_dqblk) * BLOCK_SIZE + off) % sizeof(struct v1_disk_dqblk))
BLOCK_SIZE         85 fs/sysv/super.c 		sbd = (struct sysv4_super_block *) (bh1->b_data + BLOCK_SIZE/2);
BLOCK_SIZE        113 fs/sysv/super.c 		sbd = (struct sysv2_super_block *) (bh1->b_data + BLOCK_SIZE/2);
BLOCK_SIZE        206 fs/sysv/super.c 	sbd = (struct sysv4_super_block *) (bh->b_data + BLOCK_SIZE/2);
BLOCK_SIZE        256 fs/sysv/super.c 	sbd = (struct coh_super_block *) (bh->b_data + BLOCK_SIZE/2);
BLOCK_SIZE        375 fs/sysv/super.c 	sb_set_blocksize(sb, BLOCK_SIZE);
BLOCK_SIZE        418 fs/sysv/super.c 	sb_set_blocksize(sb, BLOCK_SIZE);
BLOCK_SIZE         27 include/linux/minix_fs.h #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
BLOCK_SIZE          6 include/linux/romfs_fs.h #define ROMBSIZE BLOCK_SIZE
BLOCK_SIZE         70 init/do_mounts_rd.c 	sys_lseek(fd, start_block * BLOCK_SIZE, 0);
BLOCK_SIZE         90 init/do_mounts_rd.c 		nblocks = (ntohl(romfsb->size)+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
BLOCK_SIZE         98 init/do_mounts_rd.c 		nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
BLOCK_SIZE        105 init/do_mounts_rd.c 	sys_lseek(fd, (start_block+1) * BLOCK_SIZE, 0);
BLOCK_SIZE        133 init/do_mounts_rd.c 	sys_lseek(fd, start_block * BLOCK_SIZE, 0);
BLOCK_SIZE        206 init/do_mounts_rd.c 	buf = kmalloc(BLOCK_SIZE, GFP_KERNEL);
BLOCK_SIZE        230 init/do_mounts_rd.c 		sys_read(in_fd, buf, BLOCK_SIZE);
BLOCK_SIZE        231 init/do_mounts_rd.c 		sys_write(out_fd, buf, BLOCK_SIZE);