/system/core/fs_mgr/ |
D | fs_mgr_fstab.c | 253 struct fstab *fstab = NULL; in fs_mgr_read_fstab() local 385 void fs_mgr_free_fstab(struct fstab *fstab) in fs_mgr_free_fstab() 414 int fs_mgr_add_entry(struct fstab *fstab, in fs_mgr_add_entry() 446 …s_mgr_get_entry_for_mount_point_after(struct fstab_rec *start_rec, struct fstab *fstab, const char… in fs_mgr_get_entry_for_mount_point_after() 478 struct fstab_rec *fs_mgr_get_entry_for_mount_point(struct fstab *fstab, const char *path) in fs_mgr_get_entry_for_mount_point() 483 int fs_mgr_is_voldmanaged(const struct fstab_rec *fstab) in fs_mgr_is_voldmanaged() 488 int fs_mgr_is_nonremovable(const struct fstab_rec *fstab) in fs_mgr_is_nonremovable() 493 int fs_mgr_is_verified(const struct fstab_rec *fstab) in fs_mgr_is_verified() 498 int fs_mgr_is_encryptable(const struct fstab_rec *fstab) in fs_mgr_is_encryptable() 503 int fs_mgr_is_file_encrypted(const struct fstab_rec *fstab) in fs_mgr_is_file_encrypted() [all …]
|
D | fs_mgr_slotselect.c | 37 static int get_active_slot_suffix_from_misc(struct fstab *fstab, in get_active_slot_suffix_from_misc() 84 static int get_active_slot_suffix(struct fstab *fstab, char *out_suffix, in get_active_slot_suffix() 111 int fs_mgr_update_for_slotselect(struct fstab *fstab) in fs_mgr_update_for_slotselect()
|
D | fs_mgr.c | 307 static int mount_with_alternatives(struct fstab *fstab, int start_idx, int *end_idx, int *attempted… in mount_with_alternatives() 492 int fs_mgr_mount_all(struct fstab *fstab) in fs_mgr_mount_all() 661 int fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device, in fs_mgr_do_mount() 760 int fs_mgr_unmount_all(struct fstab *fstab) in fs_mgr_unmount_all() 783 int fs_mgr_swapon_all(struct fstab *fstab) in fs_mgr_swapon_all() 862 int fs_mgr_get_crypt_info(struct fstab *fstab, char *key_loc, char *real_blk_device, int size) in fs_mgr_get_crypt_info()
|
D | fs_mgr_format.c | 104 int fs_mgr_do_format(struct fstab_rec *fstab) in fs_mgr_do_format()
|
D | fs_mgr_verity.cpp | 617 static int compare_last_signature(struct fstab_rec *fstab, int *match) in compare_last_signature() 690 static int get_verity_state_offset(struct fstab_rec *fstab, off64_t *offset) in get_verity_state_offset() 704 static int load_verity_state(struct fstab_rec *fstab, int *mode) in load_verity_state() 750 struct fstab *fstab = NULL; in fs_mgr_load_verity_state() local 805 struct fstab *fstab = NULL; in fs_mgr_update_verity_state() local 903 int fs_mgr_setup_verity(struct fstab_rec *fstab) in fs_mgr_setup_verity()
|
D | fs_mgr_main.c | 86 struct fstab *fstab=NULL; in main() local
|
/system/update_engine/ |
D | utils_android.cc | 32 struct fstab* fstab; in OpenFSTab() local 49 struct fstab* fstab; in DeviceForMountPoint() local
|
/system/core/fs_mgr/include/ |
D | fs_mgr.h | 48 struct fstab { struct 50 struct fstab_rec *recs; argument 51 char *fstab_filename; argument 72 typedef void (*fs_mgr_verity_state_callback)(struct fstab_rec *fstab, argument
|
/system/extras/boot_control_copy/ |
D | bootinfo.c | 44 struct fstab *fstab; in open_fstab() local 60 struct fstab *fstab; in boot_info_open_partition() local
|
/system/core/adb/ |
D | set_verity_enable_state_service.cpp | 37 struct fstab *fstab; variable
|
D | remount_service.cpp | 60 struct fstab* fstab = fs_mgr_read_fstab(fstab_filename.c_str()); in find_fstab_mount() local
|
/system/vold/ |
D | TrimTask.cpp | 68 struct fstab *fstab; in addFromFstab() local
|
D | main.cpp | 46 struct fstab *fstab; variable
|
/system/core/init/ |
D | builtins.cpp | 512 struct fstab *fstab; in do_mount_all() local 589 struct fstab *fstab; in do_swapon_all() local 754 static void verity_update_property(fstab_rec *fstab, const char *mount_point, in verity_update_property()
|
/system/extras/tests/fstest/ |
D | recovery_test.cpp | 196 struct fstab *fstab = fs_mgr_read_fstab(fstab_filename); in setCacheInfoFromFstab() local
|