taglinefilesource code
EXT2_BLOCK_SIZE_BITS115fs/ext2/dir.cblk = (filp->f_pos) >> EXT2_BLOCK_SIZE_BITS(sb);
EXT2_BLOCK_SIZE_BITS126fs/ext2/dir.cfor (i = 16 >> (EXT2_BLOCK_SIZE_BITS(sb) - 9), num = 0;
EXT2_BLOCK_SIZE_BITS116fs/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_BITS123fs/ext2/file.c(EXT2_BLOCK_SIZE_BITS(sb) - 9);
EXT2_BLOCK_SIZE_BITS208fs/ext2/inode.cEXT2_BLOCK_SIZE_BITS(inode->i_sb))) {
EXT2_BLOCK_SIZE_BITS287fs/ext2/inode.cEXT2_BLOCK_SIZE_BITS(inode->i_sb))) {
EXT2_BLOCK_SIZE_BITS103fs/ext2/namei.cif ((block << EXT2_BLOCK_SIZE_BITS (sb)) >= dir->i_size)
EXT2_BLOCK_SIZE_BITS154fs/ext2/namei.cif (((block + NAMEI_RA_SIZE) << EXT2_BLOCK_SIZE_BITS (sb)) >=
EXT2_BLOCK_SIZE_BITS262fs/ext2/namei.cbh = ext2_bread (dir, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, err);
EXT2_BLOCK_SIZE_BITS597fs/ext2/namei.cbh = ext2_bread (inode, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, &err);
EXT2_BLOCK_SIZE_BITS398fs/ext2/super.csb->s_blocksize_bits = EXT2_BLOCK_SIZE_BITS(sb);