tag | line | file | source code |
EXT2_BLOCK_SIZE_BITS | 106 | fs/ext2/dir.c | bh = ext2_bread (inode, (filp->f_pos) >> EXT2_BLOCK_SIZE_BITS(sb), 0, &err); |
EXT2_BLOCK_SIZE_BITS | 104 | fs/ext2/file.c | block = offset >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 106 | fs/ext2/file.c | size = (size + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 107 | fs/ext2/file.c | blocks = (left + offset + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb); |
EXT2_BLOCK_SIZE_BITS | 445 | fs/ext2/inode.c | EXT2_BLOCK_SIZE_BITS(inode->i_sb))) { |
EXT2_BLOCK_SIZE_BITS | 522 | fs/ext2/inode.c | EXT2_BLOCK_SIZE_BITS(inode->i_sb))) { |
EXT2_BLOCK_SIZE_BITS | 102 | fs/ext2/namei.c | bh = ext2_bread (dir, offset >> EXT2_BLOCK_SIZE_BITS(sb), 0, &err); |
EXT2_BLOCK_SIZE_BITS | 214 | fs/ext2/namei.c | bh = ext2_bread (dir, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, err); |
EXT2_BLOCK_SIZE_BITS | 494 | fs/ext2/namei.c | bh = ext2_bread (inode, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, &err); |