Searched refs:FOLL_UNLOCKABLE (Results 1 – 2 of 2) sorted by relevance
930 if (*flags & FOLL_UNLOCKABLE) { in faultin_page()1506 if (!(flags & FOLL_UNLOCKABLE)) { in __get_user_pages_locked()1660 gup_flags |= FOLL_UNLOCKABLE; in populate_vma_page_range()1713 gup_flags = FOLL_TOUCH | FOLL_HWPOISON | FOLL_UNLOCKABLE; in faultin_vma_page_range()2234 if (WARN_ON_ONCE(gup_flags & (FOLL_PIN | FOLL_TRIED | FOLL_UNLOCKABLE | in is_valid_gup_args()2244 gup_flags |= FOLL_UNLOCKABLE; in is_valid_gup_args()2401 FOLL_TOUCH | FOLL_UNLOCKABLE)) in get_user_pages_unlocked()3205 gup_flags | FOLL_TOUCH | FOLL_UNLOCKABLE); in internal_get_user_pages_fast()3396 FOLL_PIN | FOLL_TOUCH | FOLL_UNLOCKABLE)) in pin_user_pages_unlocked()
964 FOLL_UNLOCKABLE = 1 << 21, enumerator