Home
last modified time | relevance | path

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

/Linux-v5.4/fs/proc/
Dbase.c231 got = access_remote_vm(mm, arg_start, page, PAGE_SIZE, FOLL_ANON); in get_mm_proctitle()
299 if (access_remote_vm(mm, arg_end-1, &c, 1, FOLL_ANON) == 1 && c) in get_mm_cmdline()
321 got = access_remote_vm(mm, pos, page, size, FOLL_ANON); in get_mm_cmdline()
958 retval = access_remote_vm(mm, (env_start + src), page, this_len, FOLL_ANON); in environ_read()
/Linux-v5.4/mm/
Dgup.c685 if (gup_flags & FOLL_ANON && !vma_is_anonymous(vma)) in check_vma_flags()
/Linux-v5.4/include/linux/
Dmm.h2589 #define FOLL_ANON 0x8000 /* don't do file mappings */ macro