taglinefilesource code
EXT2_BLOCK_SIZE_BITS106fs/ext2/dir.cbh = ext2_bread (inode, (filp->f_pos) >> EXT2_BLOCK_SIZE_BITS(sb), 0, &err);
EXT2_BLOCK_SIZE_BITS104fs/ext2/file.cblock = offset >> EXT2_BLOCK_SIZE_BITS(sb);
EXT2_BLOCK_SIZE_BITS106fs/ext2/file.csize = (size + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb);
EXT2_BLOCK_SIZE_BITS107fs/ext2/file.cblocks = (left + offset + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb);
EXT2_BLOCK_SIZE_BITS445fs/ext2/inode.cEXT2_BLOCK_SIZE_BITS(inode->i_sb))) {
EXT2_BLOCK_SIZE_BITS522fs/ext2/inode.cEXT2_BLOCK_SIZE_BITS(inode->i_sb))) {
EXT2_BLOCK_SIZE_BITS102fs/ext2/namei.cbh = ext2_bread (dir, offset >> EXT2_BLOCK_SIZE_BITS(sb), 0, &err);
EXT2_BLOCK_SIZE_BITS214fs/ext2/namei.cbh = ext2_bread (dir, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, err);
EXT2_BLOCK_SIZE_BITS494fs/ext2/namei.cbh = ext2_bread (inode, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, &err);