Searched refs:MAX_PAGECACHE_ORDER (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dxfile.h22 #define XFILE_MAX_FOLIO_SIZE (PAGE_SIZE << MAX_PAGECACHE_ORDER)
/linux-master/mm/
H A Dreadahead.c501 if (new_order < MAX_PAGECACHE_ORDER) {
503 new_order = min_t(unsigned int, MAX_PAGECACHE_ORDER, new_order);
H A Dfilemap.c1914 if (order > MAX_PAGECACHE_ORDER)
1915 order = MAX_PAGECACHE_ORDER;
/linux-master/include/linux/
H A Dpagemap.h539 #define MAX_PAGECACHE_ORDER HPAGE_PMD_ORDER macro
541 #define MAX_PAGECACHE_ORDER 8 macro
/linux-master/fs/netfs/
H A Dbuffered_write.c169 size_t max_chunk = PAGE_SIZE << MAX_PAGECACHE_ORDER;
/linux-master/fs/iomap/
H A Dbuffered-io.c912 size_t chunk = PAGE_SIZE << MAX_PAGECACHE_ORDER;

Completed in 147 milliseconds