Home
last modified time | relevance | path

Searched refs:IOMAP_FAULT (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Diomap.h193 #define IOMAP_FAULT (1 << 3) /* mapping for page fault */ macro
/linux/fs/iomap/
H A Dtrace.h100 { IOMAP_FAULT, "FAULT" }, \
H A Dbuffered-io.c1680 .flags = IOMAP_WRITE | IOMAP_FAULT, in iomap_page_mkwrite()
/linux/Documentation/filesystems/iomap/
H A Doperations.rst243 ``IOMAP_WRITE | IOMAP_FAULT`` will be passed as the ``flags`` argument
682 For a read fault, ``IOMAP_DAX | IOMAP_FAULT`` will be passed as the
684 For a write fault, ``IOMAP_DAX | IOMAP_FAULT | IOMAP_WRITE`` will be
/linux/fs/
H A Ddax.c1871 .flags = IOMAP_DAX | IOMAP_FAULT, in dax_iomap_pte_fault()
1980 .flags = IOMAP_DAX | IOMAP_FAULT, in dax_iomap_pmd_fault()
/linux/fs/xfs/
H A Dxfs_iomap.c2066 if (flags & IOMAP_FAULT) in xfs_buffered_write_iomap_end()