Searched refs:attempted_idx (Results 1 – 1 of 1) sorted by relevance
307 …c int mount_with_alternatives(struct fstab *fstab, int start_idx, int *end_idx, int *attempted_idx) in mount_with_alternatives() argument313 if (!end_idx || !attempted_idx || start_idx >= fstab->num_entries) { in mount_with_alternatives()316 if (attempted_idx) *end_idx = start_idx; in mount_with_alternatives()332 … fstab->recs[i].mount_point, i, fstab->recs[i].fs_type, fstab->recs[*attempted_idx].fs_type); in mount_with_alternatives()341 *attempted_idx = i; in mount_with_alternatives()359 *attempted_idx = start_idx; in mount_with_alternatives()499 int attempted_idx = -1; in fs_mgr_mount_all() local553 mret = mount_with_alternatives(fstab, i, &last_idx_inspected, &attempted_idx); in fs_mgr_mount_all()559 int status = handle_encryptable(&fstab->recs[attempted_idx]); in fs_mgr_mount_all()612 fs_mgr_is_encryptable(&fstab->recs[attempted_idx])) { in fs_mgr_mount_all()[all …]