Home
last modified time | relevance | path

Searched refs:LINFO (Results 1 – 16 of 16) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr_vendor_overlay.cpp58 LINFO << "vendor overlay root: " << overlay_top; in fs_mgr_get_vendor_overlay_dirs()
74 LINFO << "vendor overlay mount on " << vendor_mount_point; in fs_mgr_vendor_overlay_mount()
101 LINFO << report << ret; in fs_mgr_vendor_overlay_mount()
118 LINFO << "vendor overlay: vndk version not defined"; in fs_mgr_vendor_overlay_mount_all()
125 LINFO << "vendor overlay: kernel does not support overlayfs"; in fs_mgr_vendor_overlay_mount_all()
Dfs_mgr_verity.cpp356 LINFO << "Verity table: updated block device from '" << token << "' to '" << new_token in update_verity_table_blk_device()
413 LINFO << "Attempt to cleanly disable verity - only works in USERDEBUG/ENG"; in fs_mgr_setup_verity()
462 LINFO << "Enabling dm-verity for " << mount_point.c_str() in fs_mgr_setup_verity()
476 LINFO << "Disabling error correction for " << mount_point.c_str(); in fs_mgr_setup_verity()
492 LINFO << "Falling back to EIO mode for " << mount_point.c_str(); in fs_mgr_setup_verity()
516 LINFO << "Verifying partition " << entry->blk_device << " at boot"; in fs_mgr_setup_verity()
519 LINFO << "Verified verity partition " << entry->blk_device << " at boot"; in fs_mgr_setup_verity()
555 LINFO << "Unmapped verity device " << mount_point; in fs_mgr_teardown_verity()
Dfs_mgr.cpp217 LINFO << __FUNCTION__ << "(): unmount(" << target << ") succeeded"; in check_fs()
238 LINFO << "Not running " << E2FSCK_BIN << " on " << realpath(blk_device) in check_fs()
241 LINFO << "Running " << E2FSCK_BIN << " on " << realpath(blk_device); in check_fs()
256 LINFO << "e2fsck returned status 0x" << std::hex << status; in check_fs()
267 LINFO << "Running " << F2FS_FSCK_BIN << " -f -c 10000 --debug-cache" in check_fs()
272 LINFO << "Running " << F2FS_FSCK_BIN << " -a -c 10000 --debug-cache" in check_fs()
324 LINFO << "Invalid ext4 superblock on '" << blk_device << "'"; in read_ext4_superblock()
352 LINFO << "superblock s_max_mnt_count:" << sb->s_max_mnt_count << "," << blk_device; in read_ext4_superblock()
403 LINFO << "Enabling quotas on " << blk_device; in tune_quota()
412 LINFO << "Disabling quotas on " << blk_device; in tune_quota()
[all …]
Dfs_mgr_dm_linear.cpp161 LINFO << "Skipping zero-length logical partition: " << GetPartitionName(partition); in CreateLogicalPartitions()
165 LINFO << "Skipping disabled partition: " << GetPartitionName(partition); in CreateLogicalPartitions()
247 LINFO << "Created logical partition " << params.device_name << " on device " << *path; in CreateLogicalPartition()
274 LINFO << "Unmapped logical partition " << name; in DestroyLogicalPartition()
Dfs_mgr_priv.h39 #define LINFO LOG(INFO) << FS_MGR_TAG macro
Dfs_mgr_fstab.cpp353 LINFO << "dt_fstab: Skip disabled entry for partition " << dp->d_name; in ReadFstabFromDt()
369 LINFO << "dt_fstab: Using a specified mount point " << value << " for " << dp->d_name; in ReadFstabFromDt()
711 if (log) LINFO << __FUNCTION__ << "(): failed to read fstab from dt"; in ReadFstabFromDt()
791 LINFO << __FUNCTION__ << "(): failed to find device default fstab"; in ReadDefaultFstab()
Dfs_mgr_overlayfs.cpp459 LINFO << "umount(" << kScratchMountPoint << ")"; in fs_mgr_overlayfs_umount_scratch()
756 LINFO << report << ret; in fs_mgr_overlayfs_mount()
/system/core/fs_mgr/libfs_avb/
Dfs_avb.cpp266 LINFO << "Returning avb_handle with status: " << avb_handle->status_; in LoadAndVerifyVbmeta()
274 LINFO << "Enforcing AVB verification when the device is unlocked"; in IsAvbPermissive()
366 LINFO << "AVB verification disabled on: " << fstab_entry.mount_point; in LoadAndVerifyVbmeta()
370 LINFO << "Returning avb_handle for '" << fstab_entry.mount_point in LoadAndVerifyVbmeta()
468 LINFO << "Returning avb_handle with status: " << avb_handle->status_; in Open()
489 LINFO << "AVB HASHTREE disabled on: " << fstab_entry->mount_point; in SetUpAvbHashtree()
Dutil.h37 #define LINFO LOG(INFO) << FS_AVB_TAG macro
Davb_ops.cpp186 LINFO << "Fallback to use logical device path: " << path; in ReadFromPartition()
Davb_util.cpp93 LINFO << "Built verity table: '" << target.GetParameterString() << "'"; in ConstructVerityTable()
/system/core/fs_mgr/libvbmeta/
Dutility.h24 #define LINFO LOG(INFO) << VBMETA_TAG macro
/system/core/fs_mgr/liblp/
Dutility.h35 #define LINFO LOG(INFO) << LP_TAG macro
Dutility.cpp298 LINFO << "Forcefully setting metadata header version " << LP_METADATA_MAJOR_VERSION << "." in SetMetadataHeaderV0()
319 LINFO << "Clearing " << GetPartitionName(partition) in SetMetadataHeaderV0()
Dbuilder.cpp1098 LINFO << "Partition " << partition->name() << " will resize from " << old_size in ResizePartition()
1151 LINFO << "Block device tables does not match."; in ImportPartitions()
1158 LINFO << "Block device tables do not match"; in ImportPartitions()
1191 LINFO << "Importing partition table would overwrite non-empty partition: " in ImportPartition()
Dwriter.cpp397 LINFO << "Updated logical partition table at slot " << slot_number << " on device " in UpdatePartitionTable()