tag | line | file | source code |
EXT2_BLOCK_SIZE_BITS | 107 | fs/ext2/dir.c | bh = ext2_bread (inode, (filp->f_pos) >> EXT2_BLOCK_SIZE_BITS(sb), |
EXT2_BLOCK_SIZE_BITS | 107 | fs/ext2/file.c | block = offset >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 109 | fs/ext2/file.c | size = (size + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 110 | fs/ext2/file.c | blocks = (left + offset + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 114 | fs/ext2/file.c | (EXT2_BLOCK_SIZE_BITS(sb) - 9); |
EXT2_BLOCK_SIZE_BITS | 126 | fs/ext2/inode.c | EXT2_BLOCK_SIZE_BITS(inode->i_sb))) { |
EXT2_BLOCK_SIZE_BITS | 205 | fs/ext2/inode.c | EXT2_BLOCK_SIZE_BITS(inode->i_sb))) { |
EXT2_BLOCK_SIZE_BITS | 94 | fs/ext2/namei.c | bh = ext2_bread (dir, offset >> EXT2_BLOCK_SIZE_BITS(sb), 0, &err); |
EXT2_BLOCK_SIZE_BITS | 208 | fs/ext2/namei.c | bh = ext2_bread (dir, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, err); |
EXT2_BLOCK_SIZE_BITS | 544 | fs/ext2/namei.c | bh = ext2_bread (inode, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, &err); |
EXT2_BLOCK_SIZE_BITS | 249 | fs/ext2/super.c | s->s_blocksize_bits = EXT2_BLOCK_SIZE_BITS(s); |