Searched defs:blk_device (Results 1 – 13 of 13) sorted by relevance
| /system/core/fs_mgr/ |
| D | fs_mgr.cpp | 137 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 …]
|
| D | fs_mgr_remount.cpp | 347 auto blk_device = entry.blk_device; in RemountPartition() local
|
| D | fs_mgr_overlayfs_mount.cpp | 148 auto blk_device = kPhysicalDevice + "system"s; in fs_mgr_update_blk_device() local
|
| /system/vold/ |
| D | MetadataCrypt.cpp | 99 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()
|
| D | Checkpoint.cpp | 346 static void cp_healthDaemon(std::string mnt_pnt, std::string blk_device, bool is_fs_cp) { in cp_healthDaemon()
|
| D | FsCrypt.cpp | 250 static bool DoesHardwareSupportOnly32DunBits(const std::string& blk_device) { in DoesHardwareSupportOnly32DunBits()
|
| /system/core/init/ |
| D | mount_handler.h | 36 const std::string blk_device; member
|
| D | mount_handler.cpp | 155 MountHandlerEntry::MountHandlerEntry(const std::string& blk_device, const std::string& mount_point, in MountHandlerEntry()
|
| /system/extras/squashfs_utils/ |
| D | squashfs_utils.c | 60 int squashfs_parse_sb(const char *blk_device, struct squashfs_info *info) in squashfs_parse_sb()
|
| /system/vold/model/ |
| D | VolumeEncryption.cpp | 79 bool setup_ext_volume(const std::string& label, const std::string& blk_device, in setup_ext_volume()
|
| /system/core/fs_mgr/libfstab/include/fstab/ |
| D | fstab.h | 34 std::string blk_device; member
|
| /system/core/fs_mgr/libfs_avb/ |
| D | avb_util.cpp | 43 const std::string& blk_device, android::dm::DmTable* table) { in ConstructVerityTable()
|
| /system/core/fs_mgr/libfstab/ |
| D | fstab.cpp | 475 std::string blk_device = entry.blk_device; in ExtraBootDevices() local
|