Lines Matching refs:LOG
101 LOG(WARNING) << "Error getting time"; in update_progress()
129 LOG(INFO) << "Encrypted to sector " << offset / info.block_size * CRYPT_SECTOR_SIZE; in log_progress()
135 … LOG(INFO) << "Encrypting from sector " << data->offset / info.block_size * CRYPT_SECTOR_SIZE; in log_progress()
149 LOG(DEBUG) << "Copying " << data->count << " blocks at offset " << data->offset; in flush_outstanding_data()
152 LOG(ERROR) << "Error reading real_blkdev " << data->real_blkdev << " for inplace encrypt"; in flush_outstanding_data()
157 LOG(ERROR) << "Error writing crypto_blkdev " << data->crypto_blkdev in flush_outstanding_data()
179 LOG(ERROR) << "Failed to allocate crypto buffer"; in encrypt_groups()
185 LOG(ERROR) << "failed to allocate block bitmap"; in encrypt_groups()
190 LOG(INFO) << "Encrypting group " << i; in encrypt_groups()
199 LOG(ERROR) << "failed to read all of block group bitmap " << i; in encrypt_groups()
259 LOG(DEBUG) << "Not fast encrypting since resuming part way through"; in cryptfs_enable_inplace_ext4()
268 LOG(DEBUG) << "Opening" << real_blkdev; in cryptfs_enable_inplace_ext4()
275 LOG(DEBUG) << "Opening" << crypto_blkdev; in cryptfs_enable_inplace_ext4()
291 LOG(ERROR) << "Reading ext4 extent caused an exception"; in cryptfs_enable_inplace_ext4()
297 LOG(ERROR) << "Failed to read ext4 extent"; in cryptfs_enable_inplace_ext4()
306 LOG(INFO) << "Encrypting ext4 filesystem in place..."; in cryptfs_enable_inplace_ext4()
317 LOG(WARNING) << "Error getting time at start"; in cryptfs_enable_inplace_ext4()
325 LOG(ERROR) << "Error encrypting groups"; in cryptfs_enable_inplace_ext4()
347 LOG(INFO) << "Encrypted to block " << last_block; in log_progress_f2fs()
353 LOG(INFO) << "Encrypting from block " << block; in log_progress_f2fs()
371 LOG(ERROR) << "Error reading real_blkdev " << priv_dat->crypto_blkdev in encrypt_one_block_f2fs()
377 LOG(ERROR) << "Error writing crypto_blkdev " << priv_dat->crypto_blkdev in encrypt_one_block_f2fs()
397 LOG(DEBUG) << "Not fast encrypting since resuming part way through"; in cryptfs_enable_inplace_f2fs()
429 LOG(WARNING) << "Error getting time at start"; in cryptfs_enable_inplace_f2fs()
438 LOG(ERROR) << "Failed to allocate crypto buffer"; in cryptfs_enable_inplace_f2fs()
448 LOG(ERROR) << "Error in running over f2fs blocks"; in cryptfs_enable_inplace_f2fs()
457 if (rc) LOG(ERROR) << "Failed to encrypt f2fs filesystem on " << real_blkdev; in cryptfs_enable_inplace_f2fs()
500 LOG(ERROR) << "Encrypting filesystem in place..."; in cryptfs_enable_inplace_full()
525 LOG(INFO) << "Encrypted 1 block at " << i; in cryptfs_enable_inplace_full()
549 LOG(DEBUG) << "Encrypted " << CRYPT_SECTORS_PER_BUFSIZE << " block at " in cryptfs_enable_inplace_full()
557 LOG(ERROR) << "Error reading final sectors from real_blkdev " << real_blkdev in cryptfs_enable_inplace_full()
562 LOG(ERROR) << "Error writing final sectors to crypto_blkdev " << crypto_blkdev in cryptfs_enable_inplace_full()
566 LOG(INFO) << "Encrypted 1 block at next location"; in cryptfs_enable_inplace_full()
585 LOG(DEBUG) << "cryptfs_enable_inplace(" << crypto_blkdev << ", " << real_blkdev << ", " << size in cryptfs_enable_inplace()
589 LOG(DEBUG) << "Continuing encryption from " << previously_encrypted_upto; in cryptfs_enable_inplace()
593 LOG(DEBUG) << "cryptfs_enable_inplace already done"; in cryptfs_enable_inplace()
605 LOG(DEBUG) << "cryptfs_enable_inplace_ext4 success"; in cryptfs_enable_inplace()
608 LOG(DEBUG) << "cryptfs_enable_inplace_ext4()=" << rc_ext4; in cryptfs_enable_inplace()
613 LOG(DEBUG) << "cryptfs_enable_inplace_f2fs success"; in cryptfs_enable_inplace()
616 LOG(DEBUG) << "cryptfs_enable_inplace_f2fs()=" << rc_f2fs; in cryptfs_enable_inplace()
621 LOG(DEBUG) << "cryptfs_enable_inplace_full()=" << rc_full; in cryptfs_enable_inplace()
626 LOG(DEBUG) << "ENABLE_INPLACE_ERR_DEV"; in cryptfs_enable_inplace()