Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diomap.h204 #define IOMAP_DONTCACHE (1 << 10) macro
/linux/fs/iomap/
H A Dtrace.h107 { IOMAP_DONTCACHE, "DONTCACHE" }
H A Dbuffered-io.c689 if (iter->flags & IOMAP_DONTCACHE) in iomap_get_folio()
1186 iter.flags |= IOMAP_DONTCACHE; in iomap_file_buffered_write()
/linux/Documentation/filesystems/iomap/
H A Ddesign.rst368 * ``IOMAP_DONTCACHE`` is set when the caller wishes to perform a
H A Doperations.rst136 * ``IOCB_DONTCACHE``: Turns on ``IOMAP_DONTCACHE``.