Lines Matching refs:FOLL_FORCE
588 /* Maybe FOLL_FORCE is set to override it? */
589 if (!(flags & FOLL_FORCE))
592 /* But FOLL_FORCE has no effect on shared mappings */
637 /* FOLL_FORCE can write to even unwritable PUDs in COW mappings. */
683 /* FOLL_FORCE can write to even unwritable PMDs in COW mappings. */
784 /* FOLL_FORCE can write to even unwritable PTEs in COW mappings. */
1228 if (!(gup_flags & FOLL_FORCE))
1243 if (!(gup_flags & FOLL_FORCE))
1845 * Otherwise, do a read fault, and use FOLL_FORCE in case it's not
1851 gup_flags |= FOLL_FORCE;
1901 * difference with !FOLL_FORCE, because the page is writable
1905 * !FOLL_FORCE: Require proper access permissions.
2003 * If FOLL_FORCE is set, we only require the "MAY" flags.
2007 vm_flags &= (foll_flags & FOLL_FORCE) ?
2193 FOLL_FORCE | FOLL_DUMP | FOLL_GET);
2670 * (e.g. FOLL_FORCE) are not required.
3184 FOLL_FORCE | FOLL_PIN | FOLL_GET |