Searched refs:SGP_READ (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dxfile.c130 SGP_READ) < 0)
271 (flags & XFILE_ALLOC) ? SGP_CACHE : SGP_READ);
/linux-master/include/linux/
H A Dshmem_fs.h137 SGP_READ, /* don't exceed i_size, don't allocate page */ enumerator in enum:sgp_type
/linux-master/mm/
H A Dshmem.c937 * At first avoid shmem_get_folio(,,,SGP_READ): that fails
956 shmem_get_folio(inode, index, &folio, SGP_READ);
2014 if (sgp != SGP_READ)
2021 * SGP_READ: succeed on hole, with NULL folio, letting caller zero.
2025 if (sgp == SGP_READ)
2149 * - for SGP_READ, *@foliop is %NULL and 0 is returned
2815 error = shmem_get_folio(inode, index, &folio, SGP_READ);
2992 SGP_READ);
3577 error = shmem_get_folio(inode, 0, &folio, SGP_READ);

Completed in 278 milliseconds