Searched refs:FOLL_UNLOCKABLE (Results 1 – 2 of 2) sorted by relevance
1161 if (flags & FOLL_UNLOCKABLE) { in faultin_page()1753 if (!(flags & FOLL_UNLOCKABLE)) { in __get_user_pages_locked()1917 gup_flags |= FOLL_UNLOCKABLE; in populate_vma_page_range()1970 gup_flags = FOLL_TOUCH | FOLL_HWPOISON | FOLL_UNLOCKABLE | in faultin_page_range()2568 gup_flags |= FOLL_UNLOCKABLE; in is_valid_gup_args()2725 FOLL_TOUCH | FOLL_UNLOCKABLE)) in get_user_pages_unlocked()3427 gup_flags | FOLL_TOUCH | FOLL_UNLOCKABLE); in gup_fast_fallback()3618 FOLL_PIN | FOLL_TOUCH | FOLL_UNLOCKABLE)) in pin_user_pages_unlocked()
1291 FOLL_UNLOCKABLE = 1 << 21, enumerator1297 FOLL_FAST_ONLY | FOLL_UNLOCKABLE | \