tag | line | file | source code |
---|---|---|---|
EXT2_BLOCK_SIZE_BITS | 119 | fs/ext2/dir.c | blk = (filp->f_pos) >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 130 | fs/ext2/dir.c | for (i = 16 >> (EXT2_BLOCK_SIZE_BITS(sb) - 9), num = 0; |
EXT2_BLOCK_SIZE_BITS | 114 | fs/ext2/file.c | block = offset >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 116 | fs/ext2/file.c | size = (size + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 117 | fs/ext2/file.c | blocks = (left + offset + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 120 | fs/ext2/file.c | if (blocks < read_ahead[MAJOR(inode->i_dev)] >> (EXT2_BLOCK_SIZE_BITS(sb) - 9)) |
EXT2_BLOCK_SIZE_BITS | 121 | fs/ext2/file.c | blocks = read_ahead[MAJOR(inode->i_dev)] >> (EXT2_BLOCK_SIZE_BITS(sb) - 9); |
EXT2_BLOCK_SIZE_BITS | 202 | fs/ext2/inode.c | EXT2_BLOCK_SIZE_BITS(inode->i_sb))) { |
EXT2_BLOCK_SIZE_BITS | 281 | fs/ext2/inode.c | EXT2_BLOCK_SIZE_BITS(inode->i_sb))) { |
EXT2_BLOCK_SIZE_BITS | 95 | fs/ext2/namei.c | if ((block << EXT2_BLOCK_SIZE_BITS (sb)) >= dir->i_size) |
EXT2_BLOCK_SIZE_BITS | 146 | fs/ext2/namei.c | if (((block + NAMEI_RA_SIZE) << EXT2_BLOCK_SIZE_BITS (sb)) >= |
EXT2_BLOCK_SIZE_BITS | 260 | fs/ext2/namei.c | bh = ext2_bread (dir, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, err); |
EXT2_BLOCK_SIZE_BITS | 576 | fs/ext2/namei.c | bh = ext2_bread (inode, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, &err); |
EXT2_BLOCK_SIZE_BITS | 443 | fs/ext2/super.c | sb->s_blocksize_bits = EXT2_BLOCK_SIZE_BITS(sb); |