Home
last modified time | relevance | path

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

/system/extras/squashfs_utils/
Dsquashfs_utils.c60 int squashfs_parse_sb(const char *blk_device, struct squashfs_info *info) in squashfs_parse_sb()
/system/core/fs_mgr/
Dfs_mgr.cpp115 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()
Dfs_mgr_fstab.cpp696 std::string blk_device(fstab.recs[i].blk_device); in extract_boot_devices() local
859 const char *blk_device) in fs_mgr_add_entry()
Dfs_mgr_avb.cpp236 const std::string& blk_device) { in construct_verity_table()
Dfs_mgr_verity.cpp707 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/
Dfstab.h40 char* blk_device; member
/system/vold/
DMetadataCrypt.cpp54 static bool mount_via_fs_mgr(const char* mount_point, const char* blk_device) { in mount_via_fs_mgr()