Home
last modified time | relevance | path

Searched defs:fstab (Results 1 – 15 of 15) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr_fstab.c253 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 …]
Dfs_mgr_slotselect.c37 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()
Dfs_mgr.c307 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()
Dfs_mgr_format.c104 int fs_mgr_do_format(struct fstab_rec *fstab) in fs_mgr_do_format()
Dfs_mgr_verity.cpp617 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()
Dfs_mgr_main.c86 struct fstab *fstab=NULL; in main() local
/system/update_engine/
Dutils_android.cc32 struct fstab* fstab; in OpenFSTab() local
49 struct fstab* fstab; in DeviceForMountPoint() local
/system/core/fs_mgr/include/
Dfs_mgr.h48 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/
Dbootinfo.c44 struct fstab *fstab; in open_fstab() local
60 struct fstab *fstab; in boot_info_open_partition() local
/system/core/adb/
Dset_verity_enable_state_service.cpp37 struct fstab *fstab; variable
Dremount_service.cpp60 struct fstab* fstab = fs_mgr_read_fstab(fstab_filename.c_str()); in find_fstab_mount() local
/system/vold/
DTrimTask.cpp68 struct fstab *fstab; in addFromFstab() local
Dmain.cpp46 struct fstab *fstab; variable
/system/core/init/
Dbuiltins.cpp512 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/
Drecovery_test.cpp196 struct fstab *fstab = fs_mgr_read_fstab(fstab_filename); in setCacheInfoFromFstab() local