Searched refs:FOLL_UNLOCKABLE (Results 1 – 2 of 2) sorted by relevance
1100 if (flags & FOLL_UNLOCKABLE) { in faultin_page()1694 if (!(flags & FOLL_UNLOCKABLE)) { in __get_user_pages_locked()1854 gup_flags |= FOLL_UNLOCKABLE; in populate_vma_page_range()1907 gup_flags = FOLL_TOUCH | FOLL_HWPOISON | FOLL_UNLOCKABLE | in faultin_page_range()2516 gup_flags |= FOLL_UNLOCKABLE; in is_valid_gup_args()2673 FOLL_TOUCH | FOLL_UNLOCKABLE)) in get_user_pages_unlocked()3211 gup_flags | FOLL_TOUCH | FOLL_UNLOCKABLE); in gup_fast_fallback()3402 FOLL_PIN | FOLL_TOUCH | FOLL_UNLOCKABLE)) in pin_user_pages_unlocked()
1327 FOLL_UNLOCKABLE = 1 << 21, enumerator1333 FOLL_FAST_ONLY | FOLL_UNLOCKABLE | \