Searched refs:mount_mode (Results 1 – 3 of 3) sorted by relevance
46 enum mount_mode { enum62 int fs_mgr_mount_all(android::fs_mgr::Fstab* fstab, int mount_mode);
525 static Result<int> mount_fstab(const std::string& fstabfile, int mount_mode) { in mount_fstab() argument526 return handle_fstab(fstabfile, [mount_mode](Fstab* fstab) { in mount_fstab()527 int ret = fs_mgr_mount_all(fstab, mount_mode); in mount_fstab()634 int mount_mode = MOUNT_MODE_DEFAULT; in do_mount_all() local643 mount_mode = MOUNT_MODE_EARLY; in do_mount_all()648 mount_mode = MOUNT_MODE_LATE; in do_mount_all()655 auto mount_fstab_return_code = mount_fstab(fstabfile, mount_mode); in do_mount_all()
1085 int fs_mgr_mount_all(Fstab* fstab, int mount_mode) { in fs_mgr_mount_all() argument1110 ((mount_mode == MOUNT_MODE_LATE) && !current_entry.fs_mgr_flags.late_mount) || in fs_mgr_mount_all()1111 ((mount_mode == MOUNT_MODE_EARLY) && current_entry.fs_mgr_flags.late_mount)) { in fs_mgr_mount_all()