tag | line | file | source code |
BLOCK_SIZE | 35 | drivers/block/blk.h | #define SECTOR_MASK ((BLOCK_SIZE >> 9) - 1) |
BLOCK_SIZE | 40 | drivers/block/blk.h | ((BLOCK_SIZE >> 9) - 1)) |
BLOCK_SIZE | 303 | drivers/block/blk.h | req->sector += (BLOCK_SIZE / 512); |
BLOCK_SIZE | 421 | drivers/block/ll_rw_blk.c | correct_size = BLOCK_SIZE; |
BLOCK_SIZE | 129 | drivers/block/ramdisk.c | bh = breada(ROOT_DEV,block+1,BLOCK_SIZE, 0, PAGE_SIZE); |
BLOCK_SIZE | 177 | drivers/block/ramdisk.c | bh = breada(ROOT_DEV, block, BLOCK_SIZE, 0, PAGE_SIZE); |
BLOCK_SIZE | 179 | drivers/block/ramdisk.c | bh = bread(ROOT_DEV, block, BLOCK_SIZE); |
BLOCK_SIZE | 185 | drivers/block/ramdisk.c | (void) memcpy(cp, bh->b_data, BLOCK_SIZE); |
BLOCK_SIZE | 188 | drivers/block/ramdisk.c | cp += BLOCK_SIZE; |
BLOCK_SIZE | 43 | fs/block_dev.c | blocksize = BLOCK_SIZE; |
BLOCK_SIZE | 180 | fs/block_dev.c | blocksize = BLOCK_SIZE; |
BLOCK_SIZE | 464 | fs/buffer.c | if (blksize_size[MAJOR(dev)][MINOR(dev)] == 0 && size == BLOCK_SIZE) { |
BLOCK_SIZE | 1618 | fs/buffer.c | int isize = BUFSIZE_INDEX(BLOCK_SIZE); |
BLOCK_SIZE | 1641 | fs/buffer.c | grow_buffers(GFP_KERNEL, BLOCK_SIZE); |
BLOCK_SIZE | 755 | fs/exec.c | if (N_MAGIC(ex) == ZMAGIC && fd_offset != BLOCK_SIZE) { |
BLOCK_SIZE | 102 | fs/ext/file.c | offset &= BLOCK_SIZE-1; |
BLOCK_SIZE | 103 | fs/ext/file.c | size = (size + (BLOCK_SIZE-1)) >> BLOCK_SIZE_BITS; |
BLOCK_SIZE | 104 | fs/ext/file.c | blocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; |
BLOCK_SIZE | 107 | fs/ext/file.c | if(blocks < read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9)) |
BLOCK_SIZE | 108 | fs/ext/file.c | blocks = read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
BLOCK_SIZE | 160 | fs/ext/file.c | if (left < BLOCK_SIZE - offset) |
BLOCK_SIZE | 163 | fs/ext/file.c | chars = BLOCK_SIZE - offset; |
BLOCK_SIZE | 222 | fs/ext/file.c | bh = ext_getblk(inode,pos/BLOCK_SIZE,1); |
BLOCK_SIZE | 228 | fs/ext/file.c | c = BLOCK_SIZE - (pos % BLOCK_SIZE); |
BLOCK_SIZE | 231 | fs/ext/file.c | if (c != BLOCK_SIZE && !bh->b_uptodate) { |
BLOCK_SIZE | 241 | fs/ext/file.c | p = (pos % BLOCK_SIZE) + bh->b_data; |
BLOCK_SIZE | 129 | fs/ext/freelists.c | memset(bh->b_data, 0, BLOCK_SIZE); |
BLOCK_SIZE | 27 | fs/ext/fsync.c | #define blocksize BLOCK_SIZE |
BLOCK_SIZE | 65 | fs/ext/inode.c | set_blocksize(dev, BLOCK_SIZE); |
BLOCK_SIZE | 66 | fs/ext/inode.c | if (!(bh = bread(dev, 1, BLOCK_SIZE))) { |
BLOCK_SIZE | 98 | fs/ext/inode.c | s->u.ext_sb.s_firstfreeblocknumber, BLOCK_SIZE))) { |
BLOCK_SIZE | 108 | fs/ext/inode.c | if (!(s->u.ext_sb.s_firstfreeinodeblock = bread(dev, block, BLOCK_SIZE))) { |
BLOCK_SIZE | 133 | fs/ext/inode.c | if (!(bh = bread(sb->s_dev, 1, BLOCK_SIZE))) { |
BLOCK_SIZE | 196 | fs/ext/inode.c | return block_bmap(bread(inode->i_dev,i,BLOCK_SIZE),block); |
BLOCK_SIZE | 203 | fs/ext/inode.c | i = block_bmap(bread(inode->i_dev,i,BLOCK_SIZE),block>>8); |
BLOCK_SIZE | 206 | fs/ext/inode.c | return block_bmap(bread(inode->i_dev,i,BLOCK_SIZE),block & 255); |
BLOCK_SIZE | 212 | fs/ext/inode.c | i = block_bmap(bread(inode->i_dev,i,BLOCK_SIZE),block>>16); |
BLOCK_SIZE | 215 | fs/ext/inode.c | i = block_bmap(bread(inode->i_dev,i,BLOCK_SIZE),(block>>8) & 255); |
BLOCK_SIZE | 218 | fs/ext/inode.c | return block_bmap(bread(inode->i_dev,i,BLOCK_SIZE),block & 255); |
BLOCK_SIZE | 231 | fs/ext/inode.c | result = getblk(inode->i_dev, tmp, BLOCK_SIZE); |
BLOCK_SIZE | 242 | fs/ext/inode.c | result = getblk(inode->i_dev, tmp, BLOCK_SIZE); |
BLOCK_SIZE | 275 | fs/ext/inode.c | result = getblk(bh->b_dev, tmp, BLOCK_SIZE); |
BLOCK_SIZE | 292 | fs/ext/inode.c | result = getblk(bh->b_dev, tmp, BLOCK_SIZE); |
BLOCK_SIZE | 358 | fs/ext/inode.c | if (!(bh=bread(inode->i_dev, block, BLOCK_SIZE))) |
BLOCK_SIZE | 396 | fs/ext/inode.c | if (!(bh=bread(inode->i_dev, block, BLOCK_SIZE))) |
BLOCK_SIZE | 107 | fs/ext/namei.c | if ((char *)de >= BLOCK_SIZE+bh->b_data) { |
BLOCK_SIZE | 119 | fs/ext/namei.c | (((char *) de) + de->rec_len-1 >= BLOCK_SIZE+bh->b_data)) { |
BLOCK_SIZE | 123 | fs/ext/namei.c | de = (struct ext_dir_entry *) (bh->b_data+BLOCK_SIZE); |
BLOCK_SIZE | 124 | fs/ext/namei.c | offset = ((offset / BLOCK_SIZE) + 1) * BLOCK_SIZE; |
BLOCK_SIZE | 133 | fs/ext/namei.c | ((char *)de) + de->rec_len < BLOCK_SIZE+bh->b_data) |
BLOCK_SIZE | 215 | fs/ext/namei.c | if ((char *)de >= BLOCK_SIZE+bh->b_data && offset < dir->i_size) { |
BLOCK_SIZE | 228 | fs/ext/namei.c | if (offset % BLOCK_SIZE == 0 || |
BLOCK_SIZE | 229 | fs/ext/namei.c | (BLOCK_SIZE - (offset % BLOCK_SIZE)) < rec_len) { |
BLOCK_SIZE | 230 | fs/ext/namei.c | if ((offset % BLOCK_SIZE) != 0) { |
BLOCK_SIZE | 235 | fs/ext/namei.c | de->rec_len = BLOCK_SIZE |
BLOCK_SIZE | 236 | fs/ext/namei.c | - (offset & (BLOCK_SIZE - 1)); |
BLOCK_SIZE | 267 | fs/ext/namei.c | (((char *) de) + de->rec_len-1 >= BLOCK_SIZE+bh->b_data)) { |
BLOCK_SIZE | 487 | fs/ext/namei.c | if ((void *) de >= (void *) (bh->b_data+BLOCK_SIZE)) { |
BLOCK_SIZE | 491 | fs/ext/namei.c | offset += BLOCK_SIZE; |
BLOCK_SIZE | 45 | fs/ext/truncate.c | bh = getblk(inode->i_dev,tmp,BLOCK_SIZE); |
BLOCK_SIZE | 75 | fs/ext/truncate.c | ind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE); |
BLOCK_SIZE | 94 | fs/ext/truncate.c | bh = getblk(inode->i_dev,tmp,BLOCK_SIZE); |
BLOCK_SIZE | 137 | fs/ext/truncate.c | dind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE); |
BLOCK_SIZE | 187 | fs/ext/truncate.c | tind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE); |
BLOCK_SIZE | 136 | fs/ext2/super.c | struct ext2_old_group_desc old_group_desc [BLOCK_SIZE / sizeof (struct ext2_old_group_desc)]; |
BLOCK_SIZE | 143 | fs/ext2/super.c | bh2 = bread (sb->s_dev, 2, BLOCK_SIZE); |
BLOCK_SIZE | 148 | fs/ext2/super.c | memcpy (old_group_desc, bh2->b_data, BLOCK_SIZE); |
BLOCK_SIZE | 153 | fs/ext2/super.c | memset (bh2->b_data, 0, BLOCK_SIZE); |
BLOCK_SIZE | 415 | fs/ext2/super.c | set_blocksize (dev, BLOCK_SIZE); |
BLOCK_SIZE | 416 | fs/ext2/super.c | if (!(bh = bread (dev, sb_block, BLOCK_SIZE))) { |
BLOCK_SIZE | 444 | fs/ext2/super.c | if (sb->s_blocksize != BLOCK_SIZE && |
BLOCK_SIZE | 451 | fs/ext2/super.c | logic_sb_block = (sb_block*BLOCK_SIZE) / sb->s_blocksize; |
BLOCK_SIZE | 452 | fs/ext2/super.c | offset = (sb_block*BLOCK_SIZE) % sb->s_blocksize; |
BLOCK_SIZE | 158 | fs/isofs/file.c | ra_blocks = read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
BLOCK_SIZE | 173 | fs/isofs/file.c | max_block = (inode->i_size + BLOCK_SIZE - 1)/BLOCK_SIZE; |
BLOCK_SIZE | 32 | fs/minix/bitmap.c | if (numbits >= (8*BLOCK_SIZE)) { |
BLOCK_SIZE | 33 | fs/minix/bitmap.c | end = BLOCK_SIZE; |
BLOCK_SIZE | 34 | fs/minix/bitmap.c | numbits -= 8*BLOCK_SIZE; |
BLOCK_SIZE | 64 | fs/minix/bitmap.c | bh = get_hash_table(sb->s_dev,block,BLOCK_SIZE); |
BLOCK_SIZE | 108 | fs/minix/bitmap.c | if (!(bh = getblk(sb->s_dev,j,BLOCK_SIZE))) { |
BLOCK_SIZE | 112 | fs/minix/bitmap.c | memset(bh->b_data, 0, BLOCK_SIZE); |
BLOCK_SIZE | 100 | fs/minix/file.c | offset &= BLOCK_SIZE-1; |
BLOCK_SIZE | 101 | fs/minix/file.c | size = (size + (BLOCK_SIZE-1)) >> BLOCK_SIZE_BITS; |
BLOCK_SIZE | 102 | fs/minix/file.c | blocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; |
BLOCK_SIZE | 105 | fs/minix/file.c | if(blocks < read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9)) |
BLOCK_SIZE | 106 | fs/minix/file.c | blocks = read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
BLOCK_SIZE | 158 | fs/minix/file.c | if (left < BLOCK_SIZE - offset) |
BLOCK_SIZE | 161 | fs/minix/file.c | chars = BLOCK_SIZE - offset; |
BLOCK_SIZE | 215 | fs/minix/file.c | bh = minix_getblk(inode,pos/BLOCK_SIZE,1); |
BLOCK_SIZE | 221 | fs/minix/file.c | c = BLOCK_SIZE - (pos % BLOCK_SIZE); |
BLOCK_SIZE | 224 | fs/minix/file.c | if (c != BLOCK_SIZE && !bh->b_uptodate) { |
BLOCK_SIZE | 234 | fs/minix/file.c | p = (pos % BLOCK_SIZE) + bh->b_data; |
BLOCK_SIZE | 28 | fs/minix/fsync.c | #define blocksize BLOCK_SIZE |
BLOCK_SIZE | 135 | fs/minix/inode.c | set_blocksize(dev, BLOCK_SIZE); |
BLOCK_SIZE | 136 | fs/minix/inode.c | if (!(bh = bread(dev,1,BLOCK_SIZE))) { |
BLOCK_SIZE | 178 | fs/minix/inode.c | if ((s->u.minix_sb.s_imap[i]=bread(dev,block,BLOCK_SIZE)) != NULL) |
BLOCK_SIZE | 183 | fs/minix/inode.c | if ((s->u.minix_sb.s_zmap[i]=bread(dev,block,BLOCK_SIZE)) != NULL) |
BLOCK_SIZE | 277 | fs/minix/inode.c | return block_bmap(bread(inode->i_dev,i,BLOCK_SIZE),block); |
BLOCK_SIZE | 283 | fs/minix/inode.c | i = block_bmap(bread(inode->i_dev,i,BLOCK_SIZE),block>>9); |
BLOCK_SIZE | 286 | fs/minix/inode.c | return block_bmap(bread(inode->i_dev,i,BLOCK_SIZE),block & 511); |
BLOCK_SIZE | 299 | fs/minix/inode.c | result = getblk(inode->i_dev, tmp, BLOCK_SIZE); |
BLOCK_SIZE | 310 | fs/minix/inode.c | result = getblk(inode->i_dev, tmp, BLOCK_SIZE); |
BLOCK_SIZE | 343 | fs/minix/inode.c | result = getblk(bh->b_dev, tmp, BLOCK_SIZE); |
BLOCK_SIZE | 360 | fs/minix/inode.c | result = getblk(bh->b_dev, tmp, BLOCK_SIZE); |
BLOCK_SIZE | 429 | fs/minix/inode.c | if (!(bh=bread(inode->i_dev,block, BLOCK_SIZE))) { |
BLOCK_SIZE | 477 | fs/minix/inode.c | if (!(bh=bread(inode->i_dev, block, BLOCK_SIZE))) { |
BLOCK_SIZE | 88 | fs/minix/namei.c | while (block*BLOCK_SIZE+offset < dir->i_size) { |
BLOCK_SIZE | 404 | fs/minix/namei.c | while (block*BLOCK_SIZE+offset < inode->i_size) { |
BLOCK_SIZE | 43 | fs/minix/truncate.c | bh = get_hash_table(inode->i_dev,tmp,BLOCK_SIZE); |
BLOCK_SIZE | 73 | fs/minix/truncate.c | ind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE); |
BLOCK_SIZE | 92 | fs/minix/truncate.c | bh = get_hash_table(inode->i_dev,tmp,BLOCK_SIZE); |
BLOCK_SIZE | 134 | fs/minix/truncate.c | dind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE); |
BLOCK_SIZE | 63 | fs/msdos/inode.c | set_blocksize (sb->s_dev,BLOCK_SIZE); |
BLOCK_SIZE | 74 | fs/stat.c | #define I_B (BLOCK_SIZE / sizeof(unsigned short)) |
BLOCK_SIZE | 77 | fs/stat.c | blocks = (tmp.st_size + BLOCK_SIZE - 1) / BLOCK_SIZE; |
BLOCK_SIZE | 88 | fs/stat.c | tmp.st_blocks = (BLOCK_SIZE / 512) * blocks; |
BLOCK_SIZE | 89 | fs/stat.c | tmp.st_blksize = BLOCK_SIZE; |
BLOCK_SIZE | 145 | fs/sysv/inode.c | if (sb->sv_block_size == BLOCK_SIZE) |
BLOCK_SIZE | 151 | fs/sysv/inode.c | sbd2 = (struct xenix_super_block *) (bh2->b_data - BLOCK_SIZE/2); |
BLOCK_SIZE | 186 | fs/sysv/inode.c | sbd = (struct sysv4_super_block *) (bh->b_data + BLOCK_SIZE/2); |
BLOCK_SIZE | 203 | fs/sysv/inode.c | if (sb->sv_block_size == BLOCK_SIZE) |
BLOCK_SIZE | 204 | fs/sysv/inode.c | sbd = (struct sysv4_super_block *) (bh->b_data + BLOCK_SIZE/2); |
BLOCK_SIZE | 244 | fs/sysv/inode.c | sbd = (struct sysv2_super_block *) (bh->b_data + BLOCK_SIZE/2); |
BLOCK_SIZE | 261 | fs/sysv/inode.c | if (sb->sv_block_size == BLOCK_SIZE) |
BLOCK_SIZE | 262 | fs/sysv/inode.c | sbd = (struct sysv2_super_block *) (bh->b_data + BLOCK_SIZE/2); |
BLOCK_SIZE | 302 | fs/sysv/inode.c | sbd = (struct coh_super_block *) (bh->b_data + BLOCK_SIZE/2); |
BLOCK_SIZE | 363 | fs/sysv/inode.c | set_blocksize(dev,BLOCK_SIZE); |
BLOCK_SIZE | 366 | fs/sysv/inode.c | if ((bh = bread(dev, 1, BLOCK_SIZE)) != NULL) { |
BLOCK_SIZE | 371 | fs/sysv/inode.c | if ((bh = bread(dev, 0, BLOCK_SIZE)) != NULL) { |
BLOCK_SIZE | 387 | fs/sysv/inode.c | if ((bh = bread(dev, offsets[i], BLOCK_SIZE)) != NULL) { |
BLOCK_SIZE | 409 | fs/sysv/inode.c | if (sb->sv_block_size == BLOCK_SIZE) { |
BLOCK_SIZE | 471 | fs/sysv/inode.c | set_blocksize(sb->s_dev,BLOCK_SIZE); |
BLOCK_SIZE | 532 | fs/sysv/inode.c | if (sb->s_blocksize != BLOCK_SIZE) |
BLOCK_SIZE | 533 | fs/sysv/inode.c | set_blocksize(sb->s_dev,BLOCK_SIZE); |
BLOCK_SIZE | 79 | fs/xiafs/inode.c | set_blocksize(dev, BLOCK_SIZE); |
BLOCK_SIZE | 81 | fs/xiafs/inode.c | if (!(bh = bread(dev, 0, BLOCK_SIZE))) { |
BLOCK_SIZE | 102 | fs/xiafs/inode.c | if (s->s_blocksize != BLOCK_SIZE && |
BLOCK_SIZE | 112 | fs/xiafs/inode.c | sp = (struct xiafs_super_block *) (((char *)bh->b_data) + BLOCK_SIZE) ; |
BLOCK_SIZE | 617 | fs/xiafs/namei.c | for (i = 0; i < BLOCK_SIZE-1 && (c=*symname++); i++) |
BLOCK_SIZE | 61 | fs/xiafs/symlink.c | if (buflen > BLOCK_SIZE) |
BLOCK_SIZE | 62 | fs/xiafs/symlink.c | buflen = BLOCK_SIZE; |
BLOCK_SIZE | 12 | fs/xiafs/xiafs_mac.h | #define XIAFS_ZSIZE(sp) (BLOCK_SIZE << XIAFS_ZSHIFT(sp)) |
BLOCK_SIZE | 14 | fs/xiafs/xiafs_mac.h | #define XIAFS_ADDRS_PER_Z(sp) (BLOCK_SIZE >> (2 - XIAFS_ZSHIFT(sp))) |
BLOCK_SIZE | 16 | fs/xiafs/xiafs_mac.h | #define XIAFS_BITS_PER_Z(sp) (BLOCK_SIZE << (3 + XIAFS_ZSHIFT(sp))) |
BLOCK_SIZE | 13 | include/linux/ext_fs.h | #define EXT_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct ext_inode))) |
BLOCK_SIZE | 28 | include/linux/minix_fs.h | #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode))) |
BLOCK_SIZE | 19 | include/linux/xia_fs.h | #define _XIAFS_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof(struct xiafs_inode))) |