BLOCK_SIZE         76 arch/alpha/boot/tools/objstrip.c 		  pad = BLOCK_SIZE;
BLOCK_SIZE        123 arch/alpha/boot/tools/objstrip.c 	size = (st.st_size + BLOCK_SIZE - 1) & ~(BLOCK_SIZE - 1);
BLOCK_SIZE        126 arch/alpha/boot/tools/objstrip.c 	bb[60] = size / BLOCK_SIZE;	/* count */
BLOCK_SIZE        406 fs/adfs/super.c 	sb_set_blocksize(sb, BLOCK_SIZE);
BLOCK_SIZE        407 fs/adfs/super.c 	if (!(bh = sb_bread(sb, ADFS_DISCRECORD / BLOCK_SIZE))) {
BLOCK_SIZE        413 fs/adfs/super.c 	b_data = bh->b_data + (ADFS_DISCRECORD % BLOCK_SIZE);
BLOCK_SIZE        836 fs/ext2/super.c 	int blocksize = BLOCK_SIZE;
BLOCK_SIZE        867 fs/ext2/super.c 	blocksize = sb_min_blocksize(sb, BLOCK_SIZE);
BLOCK_SIZE        877 fs/ext2/super.c 	if (blocksize != BLOCK_SIZE) {
BLOCK_SIZE        878 fs/ext2/super.c 		logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize;
BLOCK_SIZE        879 fs/ext2/super.c 		offset = (sb_block*BLOCK_SIZE) % blocksize;
BLOCK_SIZE        966 fs/ext2/super.c 	blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size);
BLOCK_SIZE        986 fs/ext2/super.c 		logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize;
BLOCK_SIZE        987 fs/ext2/super.c 		offset = (sb_block*BLOCK_SIZE) % blocksize;
BLOCK_SIZE       2128 fs/ext4/super.c 			BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size);
BLOCK_SIZE       3790 fs/ext4/super.c 	blocksize = BLOCK_SIZE << le32_to_cpu(es->s_log_block_size);
BLOCK_SIZE       4147 fs/ext4/super.c 	clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size);
BLOCK_SIZE        224 fs/freevxfs/vxfs_super.c 	bsize = sb_min_blocksize(sbp, BLOCK_SIZE);
BLOCK_SIZE        172 fs/minix/inode.c 	if (!sb_set_blocksize(s, BLOCK_SIZE))
BLOCK_SIZE        630 fs/minix/inode.c 		stat->blocks = (BLOCK_SIZE / 512) * V1_minix_blocks(stat->size, sb);
BLOCK_SIZE         32 fs/minix/itree_v1.c 	} else if (block >= (minix_sb(inode->i_sb)->s_max_size/BLOCK_SIZE)) {
BLOCK_SIZE        249 fs/nilfs2/the_nilfs.c 		blocksize = BLOCK_SIZE << le32_to_cpu(sbp[0]->s_log_block_size);
BLOCK_SIZE        389 fs/nilfs2/the_nilfs.c 	if (nilfs->ns_sbsize > BLOCK_SIZE)
BLOCK_SIZE        441 fs/nilfs2/the_nilfs.c 	if (bytes < sumoff + 4 || bytes > BLOCK_SIZE)
BLOCK_SIZE        594 fs/nilfs2/the_nilfs.c 	blocksize = BLOCK_SIZE << le32_to_cpu(sbp->s_log_block_size);
BLOCK_SIZE        141 fs/quota/quota_v1.c 	off = isize & (BLOCK_SIZE - 1);
BLOCK_SIZE        142 fs/quota/quota_v1.c 	if ((blocks % sizeof(struct v1_disk_dqblk) * BLOCK_SIZE + off) %
BLOCK_SIZE         86 fs/sysv/super.c 		sbd = (struct sysv4_super_block *) (bh1->b_data + BLOCK_SIZE/2);
BLOCK_SIZE        114 fs/sysv/super.c 		sbd = (struct sysv2_super_block *) (bh1->b_data + BLOCK_SIZE/2);
BLOCK_SIZE        207 fs/sysv/super.c 	sbd = (struct sysv4_super_block *) (bh->b_data + BLOCK_SIZE/2);
BLOCK_SIZE        257 fs/sysv/super.c 	sbd = (struct coh_super_block *) (bh->b_data + BLOCK_SIZE/2);
BLOCK_SIZE        373 fs/sysv/super.c 	sb_set_blocksize(sb, BLOCK_SIZE);
BLOCK_SIZE        416 fs/sysv/super.c 	sb_set_blocksize(sb, BLOCK_SIZE);
BLOCK_SIZE         29 include/uapi/linux/minix_fs.h #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
BLOCK_SIZE         10 include/uapi/linux/romfs_fs.h #define ROMBSIZE BLOCK_SIZE
BLOCK_SIZE         83 init/do_mounts_rd.c 	ksys_lseek(fd, start_block * BLOCK_SIZE, 0);
BLOCK_SIZE        104 init/do_mounts_rd.c 		nblocks = (ntohl(romfsb->size)+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
BLOCK_SIZE        112 init/do_mounts_rd.c 		nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
BLOCK_SIZE        121 init/do_mounts_rd.c 		nblocks = (le64_to_cpu(squashfsb->bytes_used) + BLOCK_SIZE - 1)
BLOCK_SIZE        129 init/do_mounts_rd.c 	ksys_lseek(fd, start_block * BLOCK_SIZE + 0x200, 0);
BLOCK_SIZE        136 init/do_mounts_rd.c 		nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
BLOCK_SIZE        143 init/do_mounts_rd.c 	ksys_lseek(fd, (start_block+1) * BLOCK_SIZE, 0);
BLOCK_SIZE        171 init/do_mounts_rd.c 	ksys_lseek(fd, start_block * BLOCK_SIZE, 0);
BLOCK_SIZE        238 init/do_mounts_rd.c 	buf = kmalloc(BLOCK_SIZE, GFP_KERNEL);
BLOCK_SIZE        262 init/do_mounts_rd.c 		ksys_read(in_fd, buf, BLOCK_SIZE);
BLOCK_SIZE        263 init/do_mounts_rd.c 		ksys_write(out_fd, buf, BLOCK_SIZE);