Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/
H A 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()
H A Dfs_mgr.cpp379 LINFO << "Enabling quotas on " << blk_device; in tune_quota()
388 LINFO << "Disabling quotas on " << blk_device; in tune_quota()
514 LINFO << "Enabling ext4 verity on " << blk_device; in tune_verity()
550 LINFO << "Enabling ext4 casefold on " << blk_device; in tune_casefold()
584 LINFO << "Enabling ext4 metadata_csum on " << blk_device; in tune_metadata_csum()
1039 LINFO << entry.mount_point << " is file encrypted"; in handle_encryptable()
1474 LINFO << "Verity disabled"; in fs_mgr_mount_all()
1827 LINFO << "Checkpointing not needed. Don't remount"; in fs_mgr_remount_userdata_into_checkpointing()
1864 LINFO << "Remounting /data"; in fs_mgr_remount_userdata_into_checkpointing()
1978 LINFO << "Verity disabled"; in fs_mgr_do_mount_helper()
[all …]
H A 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()
H A 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()
H A Dfs_mgr_fstab.cpp358 LINFO << "dt_fstab: Skip disabled entry for partition " << dp->d_name; in ReadFstabFromDt()
374 LINFO << "dt_fstab: Using a specified mount point " << value << " for " << dp->d_name; in ReadFstabFromDt()
752 if (verbose) LINFO << __FUNCTION__ << "(): failed to read fstab from dt"; in ReadFstabFromDt()
819 LINFO << "Skip mounting mountpoint: " << it->mount_point; in SkipMountingPartitions()
846 LINFO << __FUNCTION__ << "(): failed to find device default fstab"; in ReadDefaultFstab()
H A Dfs_mgr_priv.h39 #define LINFO LOG(INFO) << FS_MGR_TAG macro
H A Dfs_mgr_overlayfs.cpp492 LINFO << "umount(" << kScratchMountPoint << ")"; in fs_mgr_overlayfs_umount_scratch()
798 LINFO << report << ret; in fs_mgr_overlayfs_mount()
/aosp12/system/core/fs_mgr/libfs_avb/
H A 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()
H A Dutil.h37 #define LINFO LOG(INFO) << FS_AVB_TAG macro
H A Davb_ops.cpp186 LINFO << "Fallback to use logical device path: " << path; in ReadFromPartition()
H A Davb_util.cpp95 LINFO << "Built verity table: '" << target.GetParameterString() << "'"; in ConstructVerityTable()
/aosp12/system/core/fs_mgr/libvbmeta/
H A Dutility.h24 #define LINFO LOG(INFO) << VBMETA_TAG macro
/aosp12/system/core/fs_mgr/liblp/
H A Dutility.cpp298 LINFO << "Forcefully setting metadata header version " << LP_METADATA_MAJOR_VERSION << "." in SetMetadataHeaderV0()
319 LINFO << "Clearing " << GetPartitionName(partition) in SetMetadataHeaderV0()
H A Dutility.h35 #define LINFO LOG(INFO) << LP_TAG macro
H A Dbuilder.cpp1093 LINFO << "Partition " << partition->name() << " will resize from " << old_size in ResizePartition()
1146 LINFO << "Block device tables does not match."; in ImportPartitions()
1153 LINFO << "Block device tables do not match"; in ImportPartitions()
1186 LINFO << "Importing partition table would overwrite non-empty partition: " in ImportPartition()
H A Dwriter.cpp397 LINFO << "Updated logical partition table at slot " << slot_number << " on device " in UpdatePartitionTable()