Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Diomap.h171 #define IOMAP_FAULT (1 << 3) /* mapping for page fault */ macro
/linux-6.12.1/fs/iomap/
Dtrace.h99 { IOMAP_FAULT, "FAULT" }, \
Dbuffered-io.c1496 .flags = IOMAP_WRITE | IOMAP_FAULT, in iomap_page_mkwrite()
/linux-6.12.1/fs/fuse/
Ddax.c412 if (flags & IOMAP_FAULT) in fuse_fill_iomap()
454 if (flags & IOMAP_FAULT) { in fuse_setup_new_dax_mapping()
/linux-6.12.1/Documentation/filesystems/iomap/
Doperations.rst196 ``IOMAP_WRITE | IOMAP_FAULT`` will be passed as the ``flags`` argument
610 For a read fault, ``IOMAP_DAX | IOMAP_FAULT`` will be passed as the
612 For a write fault, ``IOMAP_DAX | IOMAP_FAULT | IOMAP_WRITE`` will be
/linux-6.12.1/fs/
Ddax.c1721 .flags = IOMAP_DAX | IOMAP_FAULT, in dax_iomap_pte_fault()
1830 .flags = IOMAP_DAX | IOMAP_FAULT, in dax_iomap_pmd_fault()