tag | line | file | source code |
---|---|---|---|
EXT2_BLOCK_SIZE_BITS | 106 | fs/ext2/dir.c | blk = (filp->f_pos) >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 117 | fs/ext2/dir.c | for (i = 16 >> (EXT2_BLOCK_SIZE_BITS(sb) - 9), num = 0; |
EXT2_BLOCK_SIZE_BITS | 110 | fs/ext2/file.c | block = offset >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 112 | fs/ext2/file.c | size = (size + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 113 | fs/ext2/file.c | blocks = (left + offset + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 116 | fs/ext2/file.c | if (blocks < read_ahead[MAJOR(inode->i_dev)] >> (EXT2_BLOCK_SIZE_BITS(sb) - 9)) |
EXT2_BLOCK_SIZE_BITS | 117 | fs/ext2/file.c | blocks = read_ahead[MAJOR(inode->i_dev)] >> (EXT2_BLOCK_SIZE_BITS(sb) - 9); |
EXT2_BLOCK_SIZE_BITS | 209 | fs/ext2/inode.c | EXT2_BLOCK_SIZE_BITS(inode->i_sb))) { |
EXT2_BLOCK_SIZE_BITS | 288 | fs/ext2/inode.c | EXT2_BLOCK_SIZE_BITS(inode->i_sb))) { |
EXT2_BLOCK_SIZE_BITS | 103 | fs/ext2/namei.c | if ((block << EXT2_BLOCK_SIZE_BITS (sb)) >= dir->i_size) |
EXT2_BLOCK_SIZE_BITS | 154 | fs/ext2/namei.c | if (((block + NAMEI_RA_SIZE) << EXT2_BLOCK_SIZE_BITS (sb)) >= |
EXT2_BLOCK_SIZE_BITS | 262 | fs/ext2/namei.c | bh = ext2_bread (dir, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, err); |
EXT2_BLOCK_SIZE_BITS | 583 | fs/ext2/namei.c | bh = ext2_bread (inode, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, &err); |
EXT2_BLOCK_SIZE_BITS | 405 | fs/ext2/super.c | sb->s_blocksize_bits = EXT2_BLOCK_SIZE_BITS(sb); |