taglinefilesource code
EXT2_BLOCK_SIZE_BITS118fs/ext2/dir.cblk = (filp->f_pos) >> EXT2_BLOCK_SIZE_BITS(sb);
EXT2_BLOCK_SIZE_BITS132fs/ext2/dir.cfor (i = 16 >> (EXT2_BLOCK_SIZE_BITS(sb) - 9), num = 0;
EXT2_BLOCK_SIZE_BITS115fs/ext2/file.cblock = offset >> EXT2_BLOCK_SIZE_BITS(sb);
EXT2_BLOCK_SIZE_BITS118fs/ext2/file.csize = (size + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb);
EXT2_BLOCK_SIZE_BITS119fs/ext2/file.cblocks = (left + offset + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb);
EXT2_BLOCK_SIZE_BITS122fs/ext2/file.cif (blocks < read_ahead[MAJOR(inode->i_dev)] >> (EXT2_BLOCK_SIZE_BITS(sb) - 9))
EXT2_BLOCK_SIZE_BITS123fs/ext2/file.cblocks = read_ahead[MAJOR(inode->i_dev)] >> (EXT2_BLOCK_SIZE_BITS(sb) - 9);
EXT2_BLOCK_SIZE_BITS276fs/ext2/file.cblock = pos2 >> EXT2_BLOCK_SIZE_BITS(sb);
EXT2_BLOCK_SIZE_BITS204fs/ext2/inode.cEXT2_BLOCK_SIZE_BITS(inode->i_sb))) {
EXT2_BLOCK_SIZE_BITS283fs/ext2/inode.cEXT2_BLOCK_SIZE_BITS(inode->i_sb))) {
EXT2_BLOCK_SIZE_BITS339fs/ext2/inode.cif((nr & ((PAGE_SIZE >> EXT2_BLOCK_SIZE_BITS(inode->i_sb)) - 1)) != 0)
EXT2_BLOCK_SIZE_BITS343fs/ext2/inode.cfor(i=0; i< (PAGE_SIZE >> EXT2_BLOCK_SIZE_BITS(inode->i_sb)); i++) {
EXT2_BLOCK_SIZE_BITS96fs/ext2/namei.cif ((block << EXT2_BLOCK_SIZE_BITS (sb)) >= dir->i_size)
EXT2_BLOCK_SIZE_BITS149fs/ext2/namei.cif (((block + NAMEI_RA_SIZE) << EXT2_BLOCK_SIZE_BITS (sb)) >=
EXT2_BLOCK_SIZE_BITS263fs/ext2/namei.cbh = ext2_bread (dir, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, err);
EXT2_BLOCK_SIZE_BITS581fs/ext2/namei.cbh = ext2_bread (inode, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, &err);
EXT2_BLOCK_SIZE_BITS360fs/ext2/truncate.cinode->i_size >> EXT2_BLOCK_SIZE_BITS(inode->i_sb),