Home
last modified time | relevance | path

Searched refs:LINFO (Results 1 – 14 of 14) 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.cpp220 LINFO << __FUNCTION__ << "(): unmount(" << target << ") succeeded"; in check_fs()
241 LINFO << "Not running " << E2FSCK_BIN << " on " << realpath(blk_device) in check_fs()
244 LINFO << "Running " << E2FSCK_BIN << " on " << realpath(blk_device); in check_fs()
260 LINFO << "e2fsck returned status 0x" << std::hex << status; in check_fs()
266 LINFO << "Running " << F2FS_FSCK_BIN << " -a " << realpath(blk_device); in check_fs()
316 LINFO << "Invalid ext4 superblock on '" << blk_device << "'"; in read_ext4_superblock()
322 LINFO << "superblock s_max_mnt_count:" << sb->s_max_mnt_count << "," << blk_device; in read_ext4_superblock()
373 LINFO << "Enabling quotas on " << blk_device; in tune_quota()
378 LINFO << "Disabling quotas on " << blk_device; in tune_quota()
418 LINFO << "Setting reserved block count on " << blk_device << " to " << reserved_blocks; in tune_reserved_size()
[all …]
Dfs_mgr_dm_linear.cpp137 LINFO << "Created logical partition " << name << " on device " << *path; in CreateLogicalPartition()
159 LINFO << "Skipping zero-length logical partition: " << GetPartitionName(partition); in CreateLogicalPartitions()
216 LINFO << "Unmapped logical partition " << name; in DestroyLogicalPartition()
Dfs_mgr_verity.cpp693 LINFO << "Verity table: updated block device from '" << token << "' to '" << new_token in update_verity_table_blk_device()
750 LINFO << "Attempt to cleanly disable verity - only works in USERDEBUG/ENG"; in fs_mgr_setup_verity()
799 LINFO << "Enabling dm-verity for " << mount_point.c_str() in fs_mgr_setup_verity()
813 LINFO << "Disabling error correction for " << mount_point.c_str(); in fs_mgr_setup_verity()
829 LINFO << "Falling back to EIO mode for " << mount_point.c_str(); in fs_mgr_setup_verity()
853 LINFO << "Verifying partition " << entry->blk_device << " at boot"; in fs_mgr_setup_verity()
856 LINFO << "Verified verity partition " << entry->blk_device << " at boot"; in fs_mgr_setup_verity()
892 LINFO << "Unmapped verity device " << mount_point; in fs_mgr_teardown_verity()
Dfs_mgr_priv.h39 #define LINFO LOG(INFO) << FS_MGR_TAG macro
Dfs_mgr_fstab.cpp387 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()
674 if (log) LINFO << __FUNCTION__ << "(): failed to read fstab from dt"; in ReadFstabFromDt()
748 LINFO << __FUNCTION__ << "(): failed to find device default fstab"; in ReadDefaultFstab()
Dfs_mgr_overlayfs.cpp414 LINFO << "umount(" << kScratchMountPoint << ")"; in fs_mgr_overlayfs_umount_scratch()
541 LINFO << report << ret; in fs_mgr_overlayfs_mount()
/system/core/fs_mgr/libfs_avb/
Dfs_avb.cpp264 LINFO << "Returning avb_handle with status: " << avb_handle->status_; in LoadAndVerifyVbmeta()
321 LINFO << "AVB verification disabled on: " << fstab_entry.mount_point; in LoadAndVerifyVbmeta()
325 LINFO << "Returning avb_handle for '" << fstab_entry.mount_point in LoadAndVerifyVbmeta()
423 LINFO << "Returning avb_handle with status: " << avb_handle->status_; in Open()
444 LINFO << "AVB HASHTREE disabled on: " << fstab_entry->mount_point; in SetUpAvbHashtree()
Dutil.h31 #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/liblp/
Dutility.h31 #define LINFO LOG(INFO) << LP_TAG macro
Dbuilder.cpp937 LINFO << "Partition " << partition->name() << " will resize from " << old_size in ResizePartition()
989 LINFO << "Block device tables does not match."; in ImportPartitions()
996 LINFO << "Block device tables do not match"; in ImportPartitions()
1029 LINFO << "Importing partition table would overwrite non-empty partition: " in ImportPartition()
Dwriter.cpp390 LINFO << "Updated logical partition table at slot " << slot_number << " on device " in UpdatePartitionTable()