Searched refs:SGP_FALLOC (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dshmem_fs.h141 SGP_FALLOC, /* like SGP_WRITE, but make existing page Uptodate */ enumerator in enum:sgp_type
/linux-master/mm/
H A Dshmem.c2091 * Let SGP_FALLOC use the SGP_WRITE optimization on a new folio.
2093 if (sgp == SGP_FALLOC)
2098 * but SGP_FALLOC on a folio fallocated earlier must initialize
3179 SGP_FALLOC);
3193 * a second SGP_FALLOC on the same large folio will clear it,

Completed in 121 milliseconds