Searched refs:SGP_NOALLOC (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dshmem_fs.h138 SGP_NOALLOC, /* similar, but fail on hole or use fallocated page */ enumerator in enum:sgp_type
/linux-master/mm/
H A Duserfaultfd.c362 ret = shmem_get_folio(inode, pgoff, &folio, SGP_NOALLOC);
H A Dkhugepaged.c1866 &folio, SGP_NOALLOC)) {
H A Dshmem.c2022 * SGP_NOALLOC: fail on hole, with NULL folio, letting caller fail.
2027 if (sgp == SGP_NOALLOC)
2150 * - for SGP_NOALLOC, *@foliop is %NULL and -ENOENT is returned

Completed in 135 milliseconds