Searched refs:FOLL_UNLOCKABLE (Results 1 – 2 of 2) sorted by relevance
1167 if (flags & FOLL_UNLOCKABLE) { in faultin_page()1759 if (!(flags & FOLL_UNLOCKABLE)) { in __get_user_pages_locked()1923 gup_flags |= FOLL_UNLOCKABLE; in populate_vma_page_range()1976 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()3419 gup_flags | FOLL_TOUCH | FOLL_UNLOCKABLE); in gup_fast_fallback()3610 FOLL_PIN | FOLL_TOUCH | FOLL_UNLOCKABLE)) in pin_user_pages_unlocked()
1410 FOLL_UNLOCKABLE = 1 << 21, enumerator1416 FOLL_FAST_ONLY | FOLL_UNLOCKABLE | \