Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Diomap.h185 #define IOMAP_FAULT (1 << 3) /* mapping for page fault */ macro
/linux-6.15/fs/iomap/
H A Dtrace.h99 { IOMAP_FAULT, "FAULT" }, \
H A Dbuffered-io.c1497 .flags = IOMAP_WRITE | IOMAP_FAULT, in iomap_page_mkwrite()
/linux-6.15/fs/fuse/
H A Ddax.c413 if (flags & IOMAP_FAULT) in fuse_fill_iomap()
455 if (flags & IOMAP_FAULT) { in fuse_setup_new_dax_mapping()
/linux-6.15/Documentation/filesystems/iomap/
H A Doperations.rst198 ``IOMAP_WRITE | IOMAP_FAULT`` will be passed as the ``flags`` argument
641 For a read fault, ``IOMAP_DAX | IOMAP_FAULT`` will be passed as the
643 For a write fault, ``IOMAP_DAX | IOMAP_FAULT | IOMAP_WRITE`` will be
/linux-6.15/fs/
H A Ddax.c1909 .flags = IOMAP_DAX | IOMAP_FAULT, in dax_iomap_pte_fault()
2020 .flags = IOMAP_DAX | IOMAP_FAULT, in dax_iomap_pmd_fault()
/linux-6.15/fs/xfs/
H A Dxfs_iomap.c1790 if (flags & IOMAP_FAULT) in xfs_buffered_write_iomap_end()