Searched defs:blk_device (Results 1 – 7 of 7) sorted by relevance
/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/core/fs_mgr/ |
D | fs_mgr.cpp | 115 static void log_fs_stat(const char* blk_device, int fs_stat) in log_fs_stat() 138 static void check_fs(const char *blk_device, char *fs_type, char *target, int *fs_stat) in check_fs() 265 static bool read_ext4_superblock(const char* blk_device, struct ext4_super_block* sb, int* fs_stat)… in read_ext4_superblock() 307 static void tune_quota(const char* blk_device, const struct fstab_rec* rec, in tune_quota() 343 static void tune_reserved_size(const char* blk_device, const struct fstab_rec* rec, in tune_reserved_size() 384 static void tune_encrypt(const char* blk_device, const struct fstab_rec* rec, in tune_encrypt() 418 static int prepare_fs_for_mount(const char* blk_device, const struct fstab_rec* rec) { in prepare_fs_for_mount()
|
D | fs_mgr_fstab.cpp | 696 std::string blk_device(fstab.recs[i].blk_device); in extract_boot_devices() local 859 const char *blk_device) in fs_mgr_add_entry()
|
D | fs_mgr_avb.cpp | 236 const std::string& blk_device) { in construct_verity_table()
|
D | fs_mgr_verity.cpp | 707 static void update_verity_table_blk_device(const std::string& blk_device, char** table, in update_verity_table_blk_device()
|
/system/core/fs_mgr/include_fstab/fstab/ |
D | fstab.h | 40 char* blk_device; member
|
/system/vold/ |
D | MetadataCrypt.cpp | 54 static bool mount_via_fs_mgr(const char* mount_point, const char* blk_device) { in mount_via_fs_mgr()
|