Searched refs:LINFO (Results 1 - 5 of 5) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr.cpp176 LINFO << __FUNCTION__ << "(): unmount(" << target << ") succeeded";
197 LINFO << "Not running " << E2FSCK_BIN << " on " << blk_device
200 LINFO << "Running " << E2FSCK_BIN << " on " << blk_device;
216 LINFO << "e2fsck returned status 0x" << std::hex << status;
226 LINFO << "Running " << F2FS_FSCK_BIN << " -a " << blk_device;
268 LINFO << "Invalid ext4 magic:0x" << std::hex << sb->s_magic << " "
275 LINFO << "superblock s_max_mnt_count:" << sb->s_max_mnt_count << "," << blk_device;
315 LINFO << "Enabling quotas on " << blk_device;
320 LINFO << "Disabling quotas on " << blk_device;
364 LINFO << "Settin
[all...]
H A Dfs_mgr_priv.h39 #define LINFO LOG(INFO) << FS_MGR_TAG macro
H A Dfs_mgr_verity.cpp281 LINFO << "loading verity table: '" << verity_params << "'";
730 LINFO << "Verity table: updated block device from '" << token << "' to '" << new_token
771 LINFO << "Verity setup skipped for " << mount_point;
795 LINFO << "Attempt to cleanly disable verity - only works in USERDEBUG";
862 LINFO << "Enabling dm-verity for " << mount_point.c_str()
877 LINFO << "Disabling error correction for " << mount_point.c_str();
894 LINFO << "Falling back to EIO mode for " << mount_point.c_str();
919 LINFO << "Verifying partition " << fstab->blk_device << " at boot";
922 LINFO << "Verified verity partition "
H A Dfs_mgr_avb.cpp323 LINFO << "Loading verity table: '" << verity_table << "'";
569 LINFO << "Returning avb_handle with status: " << avb_handle->status_;
581 LINFO << "AVB HASHTREE disabled on: " << fstab_entry->mount_point;
H A Dfs_mgr_fstab.cpp422 LINFO << "dt_fstab: Skip disabled entry for partition " << dp->d_name;
681 LINFO << __FUNCTION__ << "(): failed to read fstab from dt";

Completed in 39 milliseconds