Lines Matching refs:FOLL_UNLOCKABLE
913 * mmap_lock must be held on entry. If @flags has FOLL_UNLOCKABLE but not
930 if (*flags & FOLL_UNLOCKABLE) {
1173 * If FOLL_UNLOCKABLE is set without FOLL_NOWAIT then the mmap_lock may
1506 if (!(flags & FOLL_UNLOCKABLE)) {
1660 gup_flags |= FOLL_UNLOCKABLE;
1713 gup_flags = FOLL_TOUCH | FOLL_HWPOISON | FOLL_UNLOCKABLE;
2232 * - FOLL_UNLOCKABLE is internal only and used if locked is !NULL
2234 if (WARN_ON_ONCE(gup_flags & (FOLL_PIN | FOLL_TRIED | FOLL_UNLOCKABLE |
2244 gup_flags |= FOLL_UNLOCKABLE;
2401 FOLL_TOUCH | FOLL_UNLOCKABLE))
3205 gup_flags | FOLL_TOUCH | FOLL_UNLOCKABLE);
3396 FOLL_PIN | FOLL_TOUCH | FOLL_UNLOCKABLE))