Lines Matching refs:LOG
104 LOG(WARNING) << "Error getting time"; in update_progress()
135 LOG(INFO) << "Encrypted to sector " << offset / info.block_size * CRYPT_SECTOR_SIZE; in log_progress()
141 … LOG(INFO) << "Encrypting from sector " << data->offset / info.block_size * CRYPT_SECTOR_SIZE; in log_progress()
156 LOG(VERBOSE) << "Copying " << data->count << " blocks at offset " << data->offset; in flush_outstanding_data()
159 LOG(ERROR) << "Error reading real_blkdev " << data->real_blkdev << " for inplace encrypt"; in flush_outstanding_data()
164 LOG(ERROR) << "Error writing crypto_blkdev " << data->crypto_blkdev in flush_outstanding_data()
187 LOG(ERROR) << "Failed to allocate crypto buffer"; in encrypt_groups()
193 LOG(ERROR) << "failed to allocate block bitmap"; in encrypt_groups()
198 LOG(INFO) << "Encrypting group " << i; in encrypt_groups()
209 LOG(ERROR) << "failed to read all of block group bitmap " << i; in encrypt_groups()
268 LOG(DEBUG) << "Not fast encrypting since resuming part way through"; in cryptfs_enable_inplace_ext4()
277 LOG(DEBUG) << "Opening" << real_blkdev; in cryptfs_enable_inplace_ext4()
284 LOG(DEBUG) << "Opening" << crypto_blkdev; in cryptfs_enable_inplace_ext4()
300 LOG(ERROR) << "Reading ext4 extent caused an exception"; in cryptfs_enable_inplace_ext4()
306 LOG(ERROR) << "Failed to read ext4 extent"; in cryptfs_enable_inplace_ext4()
315 LOG(INFO) << "Encrypting ext4 filesystem in place..."; in cryptfs_enable_inplace_ext4()
326 LOG(WARNING) << "Error getting time at start"; in cryptfs_enable_inplace_ext4()
334 LOG(ERROR) << "Error encrypting groups"; in cryptfs_enable_inplace_ext4()
357 LOG(INFO) << "Encrypted to block " << last_block; in log_progress_f2fs()
363 LOG(INFO) << "Encrypting from block " << block; in log_progress_f2fs()
382 LOG(ERROR) << "Error reading real_blkdev " << priv_dat->crypto_blkdev in encrypt_one_block_f2fs()
388 LOG(ERROR) << "Error writing crypto_blkdev " << priv_dat->crypto_blkdev in encrypt_one_block_f2fs()
406 LOG(DEBUG) << "Not fast encrypting since resuming part way through"; in cryptfs_enable_inplace_f2fs()
443 LOG(ERROR) << "Failed to allocate crypto buffer"; in cryptfs_enable_inplace_f2fs()
453 LOG(ERROR) << "Error in running over f2fs blocks"; in cryptfs_enable_inplace_f2fs()
462 if (rc) LOG(ERROR) << "Failed to encrypt f2fs filesystem on " << real_blkdev; in cryptfs_enable_inplace_f2fs()
505 LOG(ERROR) << "Encrypting filesystem in place..."; in cryptfs_enable_inplace_full()
530 LOG(INFO) << "Encrypted 1 block at " << i; in cryptfs_enable_inplace_full()
554 LOG(DEBUG) << "Encrypted " << CRYPT_SECTORS_PER_BUFSIZE << " block at " in cryptfs_enable_inplace_full()
562 LOG(ERROR) << "Error reading final sectors from real_blkdev " << real_blkdev in cryptfs_enable_inplace_full()
567 LOG(ERROR) << "Error writing final sectors to crypto_blkdev " << crypto_blkdev in cryptfs_enable_inplace_full()
571 LOG(INFO) << "Encrypted 1 block at next location"; in cryptfs_enable_inplace_full()
590 LOG(DEBUG) << "cryptfs_enable_inplace(" << crypto_blkdev << ", " << real_blkdev << ", " << size in cryptfs_enable_inplace()
594 LOG(DEBUG) << "Continuing encryption from " << previously_encrypted_upto; in cryptfs_enable_inplace()
598 LOG(DEBUG) << "cryptfs_enable_inplace already done"; in cryptfs_enable_inplace()
610 LOG(DEBUG) << "cryptfs_enable_inplace_ext4 success"; in cryptfs_enable_inplace()
613 LOG(DEBUG) << "cryptfs_enable_inplace_ext4()=" << rc_ext4; in cryptfs_enable_inplace()
618 LOG(DEBUG) << "cryptfs_enable_inplace_f2fs success"; in cryptfs_enable_inplace()
621 LOG(DEBUG) << "cryptfs_enable_inplace_f2fs()=" << rc_f2fs; in cryptfs_enable_inplace()
626 LOG(DEBUG) << "cryptfs_enable_inplace_full()=" << rc_full; in cryptfs_enable_inplace()
632 LOG(DEBUG) << "ENABLE_INPLACE_ERR_DEV"; in cryptfs_enable_inplace()