Home
last modified time | relevance | path

Searched refs:IOMAP_DONTCACHE (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Diomap.h196 #define IOMAP_DONTCACHE (1 << 10) macro
/linux-6.15/fs/iomap/
H A Dbuffered-io.c602 if (iter->flags & IOMAP_DONTCACHE) in iomap_get_folio()
1030 iter.flags |= IOMAP_DONTCACHE; in iomap_file_buffered_write()
/linux-6.15/Documentation/filesystems/iomap/
H A Ddesign.rst359 * ``IOMAP_DONTCACHE`` is set when the caller wishes to perform a
H A Doperations.rst134 * ``IOCB_DONTCACHE``: Turns on ``IOMAP_DONTCACHE``.