Home
last modified time | relevance | path

Searched defs:blk_device (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/
H A Dfs_mgr.cpp137 static void log_fs_stat(const std::string& blk_device, int fs_stat) { in log_fs_stat()
155 static std::string realpath(const std::string& blk_device) { in realpath()
187 static void check_fs(const std::string& blk_device, const std::string& fs_type, in check_fs()
314 static bool read_ext4_superblock(const std::string& blk_device, struct ext4_super_block* sb, in read_ext4_superblock()
343 bool fs_mgr_is_ext4(const std::string& blk_device) { in fs_mgr_is_ext4()
367 static void tune_quota(const std::string& blk_device, const FstabEntry& entry, in tune_quota()
408 static void tune_reserved_size(const std::string& blk_device, const FstabEntry& entry, in tune_reserved_size()
450 static void tune_encrypt(const std::string& blk_device, const FstabEntry& entry, in tune_encrypt()
495 static void tune_verity(const std::string& blk_device, const FstabEntry& entry, in tune_verity()
532 static void tune_casefold(const std::string& blk_device, const FstabEntry& entry, in tune_casefold()
[all …]
H A Dfs_mgr_remount.cpp347 auto blk_device = entry.blk_device; in RemountPartition() local
H A Dfs_mgr_overlayfs_mount.cpp144 auto blk_device = kPhysicalDevice + "system"s; in fs_mgr_update_blk_device() local
/aosp_15_r20/system/vold/
H A DMetadataCrypt.cpp99 static bool mount_via_fs_mgr(const char* mount_point, const char* blk_device, bool needs_encrypt) { in mount_via_fs_mgr()
155 static bool create_crypto_blk_dev(const std::string& dm_name, const std::string& blk_device, in create_crypto_blk_dev()
290 bool fscrypt_mount_metadata_encrypted(const std::string& blk_device, const std::string& mount_point, in fscrypt_mount_metadata_encrypted()
436 bool defaultkey_setup_ext_volume(const std::string& label, const std::string& blk_device, in defaultkey_setup_ext_volume()
H A DCheckpoint.cpp323 static void cp_healthDaemon(std::string mnt_pnt, std::string blk_device, bool is_fs_cp) { in cp_healthDaemon()
H A DFsCrypt.cpp250 static bool DoesHardwareSupportOnly32DunBits(const std::string& blk_device) { in DoesHardwareSupportOnly32DunBits()
/aosp_15_r20/system/core/init/
H A Dmount_handler.h36 const std::string blk_device; member
H A Dmount_handler.cpp155 MountHandlerEntry::MountHandlerEntry(const std::string& blk_device, const std::string& mount_point, in MountHandlerEntry()
/aosp_15_r20/system/extras/squashfs_utils/
H A Dsquashfs_utils.c60 int squashfs_parse_sb(const char *blk_device, struct squashfs_info *info) in squashfs_parse_sb()
/aosp_15_r20/system/vold/model/
H A DVolumeEncryption.cpp79 bool setup_ext_volume(const std::string& label, const std::string& blk_device, in setup_ext_volume()
/aosp_15_r20/test/vts-testcase/kernel/encryption/
Dmetadata_encryption_tests.cpp100 static bool ReadBlockDevice(const std::string &blk_device, size_t count, in ReadBlockDevice()
/aosp_15_r20/hardware/ti/am57x/bootctrl/
Dbootloader_message.cpp54 static bool wait_for_device(const std::string& blk_device, std::string* err) { in wait_for_device()
/aosp_15_r20/device/amlogic/yukawa/hal/bootctrl/
Dbootloader_message.cpp54 static bool wait_for_device(const std::string& blk_device, std::string* err) { in wait_for_device()
/aosp_15_r20/system/core/fs_mgr/libfstab/include/fstab/
H A Dfstab.h34 std::string blk_device; member
/aosp_15_r20/bootable/recovery/bootloader_message/
H A Dbootloader_message.cpp71 static bool wait_for_device(const std::string& blk_device, std::string* err) { in wait_for_device()
/aosp_15_r20/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp43 const std::string& blk_device, android::dm::DmTable* table) { in ConstructVerityTable()
/aosp_15_r20/system/core/fs_mgr/libfstab/
H A Dfstab.cpp473 std::string blk_device = entry.blk_device; in ExtraBootDevices() local