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

/linux-master/fs/xfs/scrub/
H A Dxfile.c187 * Increase the file size first so that shmem_get_folio(..., SGP_CACHE),
200 SGP_CACHE) < 0)
263 * Increase the file size first so that shmem_get_folio(..., SGP_CACHE),
271 (flags & XFILE_ALLOC) ? SGP_CACHE : SGP_READ);
/linux-master/fs/xfs/
H A Dxfs_buf_mem.c152 error = shmem_get_folio(inode, pos >> PAGE_SHIFT, &folio, SGP_CACHE);
/linux-master/include/linux/
H A Dshmem_fs.h139 SGP_CACHE, /* don't exceed i_size, may allocate page */ enumerator in enum:sgp_type
/linux-master/mm/
H A Dshmem.c1328 error = shmem_swapin_folio(inode, indices[i], &folio, SGP_CACHE,
1975 if (sgp <= SGP_CACHE &&
2111 if (sgp <= SGP_CACHE &&
2255 err = shmem_get_folio_gfp(inode, vmf->pgoff, &folio, SGP_CACHE,
3213 * than free the folios we are allocating (and SGP_CACHE folios
4960 error = shmem_get_folio_gfp(inode, index, &folio, SGP_CACHE,

Completed in 195 milliseconds