Searched refs:mount_errno (Results 1 – 1 of 1) sorted by relevance
700 int mount_errno = 0; in mount_with_alternatives() local723 mount_errno = EINVAL; // continue bootup for FDE in mount_with_alternatives()738 mount_errno = 0; in mount_with_alternatives()744 if (mount_errno == 0) { in mount_with_alternatives()745 mount_errno = errno; in mount_with_alternatives()760 errno = mount_errno; in mount_with_alternatives()1193 int mount_errno = errno; in fs_mgr_mount_all() local1226 if (mount_errno != EBUSY && mount_errno != EACCES && in fs_mgr_mount_all()1262 if (mount_errno != EBUSY && mount_errno != EACCES && attempted_entry.is_encryptable()) { in fs_mgr_mount_all()1281 } else if (mount_errno != EBUSY && mount_errno != EACCES && in fs_mgr_mount_all()