1
0
Fork 0
android_kernel_rockchip_tart/Documentation/mm/page_cache.rst
2025-06-27 00:32:42 -05:00

15 lines
371 B
ReStructuredText

.. SPDX-License-Identifier: GPL-2.0
==========
Page Cache
==========
The page cache is the primary way that the user and the rest of the kernel
interact with filesystems. It can be bypassed (e.g. with O_DIRECT),
but normal reads, writes and mmaps go through the page cache.
Folios
======
The folio is the unit of memory management within the page cache.
Operations