taglinefilesource code
EXT2_BLOCK_SIZE_BITS112fs/ext2/dir.cblk = (filp->f_pos) >> EXT2_BLOCK_SIZE_BITS(sb);
EXT2_BLOCK_SIZE_BITS123fs/ext2/dir.cfor (i = 16 >> (EXT2_BLOCK_SIZE_BITS(sb) - 9), num = 0;
EXT2_BLOCK_SIZE_BITS114fs/ext2/file.cblock = offset >> EXT2_BLOCK_SIZE_BITS(sb);
EXT2_BLOCK_SIZE_BITS116fs/ext2/file.csize = (size + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb);
EXT2_BLOCK_SIZE_BITS117fs/ext2/file.cblocks = (left + offset + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb);
EXT2_BLOCK_SIZE_BITS120fs/ext2/file.cif (blocks < read_ahead[MAJOR(inode->i_dev)] >> (EXT2_BLOCK_SIZE_BITS(sb) - 9))
EXT2_BLOCK_SIZE_BITS121fs/ext2/file.cblocks = read_ahead[MAJOR(inode->i_dev)] >> (EXT2_BLOCK_SIZE_BITS(sb) - 9);
EXT2_BLOCK_SIZE_BITS201fs/ext2/inode.cEXT2_BLOCK_SIZE_BITS(inode->i_sb))) {
EXT2_BLOCK_SIZE_BITS280fs/ext2/inode.cEXT2_BLOCK_SIZE_BITS(inode->i_sb))) {
EXT2_BLOCK_SIZE_BITS95fs/ext2/namei.cif ((block << EXT2_BLOCK_SIZE_BITS (sb)) >= dir->i_size)
EXT2_BLOCK_SIZE_BITS146fs/ext2/namei.cif (((block + NAMEI_RA_SIZE) << EXT2_BLOCK_SIZE_BITS (sb)) >=
EXT2_BLOCK_SIZE_BITS260fs/ext2/namei.cbh = ext2_bread (dir, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, err);
EXT2_BLOCK_SIZE_BITS575fs/ext2/namei.cbh = ext2_bread (inode, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, &err);
EXT2_BLOCK_SIZE_BITS409fs/ext2/super.csb->s_blocksize_bits = EXT2_BLOCK_SIZE_BITS(sb);