Home
last modified time | relevance | path

Searched refs:FOLL_ANON (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmm_types.h1446 FOLL_ANON = 1 << 7, enumerator
/linux/fs/proc/
H A Dbase.c235 got = access_remote_vm(mm, arg_start, page, PAGE_SIZE, FOLL_ANON); in get_mm_proctitle()
303 if (access_remote_vm(mm, arg_end-1, &c, 1, FOLL_ANON) == 1 && c) in get_mm_cmdline()
325 got = access_remote_vm(mm, pos, page, size, FOLL_ANON); in get_mm_cmdline()
980 retval = access_remote_vm(mm, (env_start + src), page, this_len, FOLL_ANON); in environ_read()
/linux/mm/
H A Dgup.c1374 if ((gup_flags & FOLL_ANON) && !vma_anon) in check_vma_flags()