Searched refs:FOLL_UNLOCKABLE (Results 1 – 2 of 2) sorted by relevance
842 if (*flags & FOLL_UNLOCKABLE) { in faultin_page()1433 if (!(flags & FOLL_UNLOCKABLE)) { in __get_user_pages_locked()1587 gup_flags |= FOLL_UNLOCKABLE; in populate_vma_page_range()1640 gup_flags = FOLL_TOUCH | FOLL_HWPOISON | FOLL_UNLOCKABLE | in faultin_page_range()2158 gup_flags |= FOLL_UNLOCKABLE; in is_valid_gup_args()2315 FOLL_TOUCH | FOLL_UNLOCKABLE)) in get_user_pages_unlocked()3215 gup_flags | FOLL_TOUCH | FOLL_UNLOCKABLE); in internal_get_user_pages_fast()3406 FOLL_PIN | FOLL_TOUCH | FOLL_UNLOCKABLE)) in pin_user_pages_unlocked()
1033 FOLL_UNLOCKABLE = 1 << 21, enumerator1039 FOLL_FAST_ONLY | FOLL_UNLOCKABLE | \