Lines Matching refs:MPOL_MF_STRICT
462 * 1 - there is unmovable page, and MPOL_MF_MOVE* & MPOL_MF_STRICT were
465 * -EIO - is migration entry or only MPOL_MF_STRICT was specified and an
514 * 1 - there is unmovable page, and MPOL_MF_MOVE* & MPOL_MF_STRICT were
516 * -EIO - only MPOL_MF_STRICT was specified and an existing page was already
558 /* MPOL_MF_STRICT must be specified if we get here */
603 if (flags == MPOL_MF_STRICT) {
628 (flags & MPOL_MF_STRICT))
697 * Need check MPOL_MF_STRICT to return -EIO if possible
701 !(flags & MPOL_MF_STRICT))
735 * 1 - there is unmovable page, but MPOL_MF_MOVE* & MPOL_MF_STRICT were
738 * errno - i.e. misplaced pages with MPOL_MF_STRICT specified (-EIO) or
1048 } else if (flags & MPOL_MF_STRICT) {
1284 flags &= ~MPOL_MF_STRICT;
1353 if ((ret > 0) || (nr_failed && (flags & MPOL_MF_STRICT)))