Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_vendor_overlay.cpp57 LINFO << "vendor overlay root: " << overlay_top; in fs_mgr_get_vendor_overlay_dirs()
73 LINFO << "vendor overlay mount on " << vendor_mount_point; in fs_mgr_vendor_overlay_mount()
100 LINFO << report << ret; in fs_mgr_vendor_overlay_mount()
117 LINFO << "vendor overlay: vndk version not defined"; in fs_mgr_vendor_overlay_mount_all()
124 LINFO << "vendor overlay: kernel does not support overlayfs"; in fs_mgr_vendor_overlay_mount_all()
H A Dfs_mgr.cpp390 LINFO << "Enabling quotas on " << blk_device; in tune_quota()
399 LINFO << "Disabling quotas on " << blk_device; in tune_quota()
525 LINFO << "Enabling ext4 verity on " << blk_device; in tune_verity()
561 LINFO << "Enabling ext4 casefold on " << blk_device; in tune_casefold()
595 LINFO << "Enabling ext4 metadata_csum on " << blk_device; in tune_metadata_csum()
692 LINFO << "Set readahead_kb: " << size << " on " << sys_ra; in SetReadAheadSize()
721 LINFO << "Run preventative fsck on /data"; in check_if_preventative_fsck_needed()
1062 LINFO << entry.mount_point << " is file encrypted"; in handle_encryptable()
1801 LINFO << "Checkpointing not needed. Don't remount"; in fs_mgr_remount_userdata_into_checkpointing()
1838 LINFO << "Remounting /data"; in fs_mgr_remount_userdata_into_checkpointing()
[all …]
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.cpp315 LINFO << "Removed ATGC in fs_options as " << entry->fs_options in ParseFsMgrFlags()
387 LINFO << "dt_fstab: Skip disabled entry for partition " << dp->d_name; in ReadFstabFromDt()
403 LINFO << "dt_fstab: Using a specified mount point " << value << " for " << dp->d_name; in ReadFstabFromDt()
744 if (verbose) LINFO << __FUNCTION__ << "(): failed to read fstab from dt"; in ReadFstabFromDt()
811 LINFO << "Skip mounting mountpoint: " << it->mount_point; in SkipMountWithConfig()
837 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.cpp803 LINFO << report << ret; in fs_mgr_overlayfs_mount()
/aosp14/system/core/fs_mgr/libfs_avb/
H A Dfs_avb.cpp267 LINFO << "Returning avb_handle with status: " << avb_handle->status_; in LoadAndVerifyVbmeta()
275 LINFO << "Enforcing AVB verification when the device is unlocked"; in IsAvbPermissive()
367 LINFO << "AVB verification disabled on: " << fstab_entry.mount_point; in LoadAndVerifyVbmeta()
371 LINFO << "Returning avb_handle for '" << fstab_entry.mount_point in LoadAndVerifyVbmeta()
469 LINFO << "Returning avb_handle with status: " << avb_handle->status_; in Open()
490 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_util.cpp86 LINFO << "Built verity table: '" << target.GetParameterString() << "'"; in ConstructVerityTable()
/aosp14/system/core/fs_mgr/libvbmeta/
H A Dutility.h24 #define LINFO LOG(INFO) << VBMETA_TAG macro
/aosp14/system/core/fs_mgr/liblp/
H A Dutility.h35 #define LINFO LOG(INFO) << LP_TAG macro
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 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()