Searched refs:SGP_CACHE (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | xfile.c | 200 SGP_CACHE) < 0) in xfile_store() 271 (flags & XFILE_ALLOC) ? SGP_CACHE : SGP_READ); in xfile_get_folio()
|
| /linux/fs/xfs/ |
| H A D | xfs_buf_mem.c | 151 error = shmem_get_folio(inode, pos >> PAGE_SHIFT, 0, &folio, SGP_CACHE); in xmbuf_map_backing_mem()
|
| /linux/include/linux/ |
| H A D | shmem_fs.h | 171 SGP_CACHE, /* don't exceed i_size, may allocate page */ enumerator
|
| /linux/mm/ |
| H A D | shmem.c | 1463 error = shmem_swapin_folio(inode, indices[i], &folio, SGP_CACHE, in shmem_unuse_swap_entries() 2473 if (sgp <= SGP_CACHE && in shmem_get_folio_gfp() 2612 if (sgp <= SGP_CACHE && in shmem_get_folio_gfp() 2757 err = shmem_get_folio_gfp(inode, vmf->pgoff, 0, &folio, SGP_CACHE, in shmem_fault() 3813 * than free the folios we are allocating (and SGP_CACHE folios in shmem_fallocate() 5971 &folio, SGP_CACHE, gfp, NULL, NULL); in shmem_read_folio_gfp()
|