Home
last modified time | relevance | path

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

/linux/include/linux/
A Diomap.h171 #define IOMAP_FAULT (1 << 3) /* mapping for page fault */ macro
/linux/fs/iomap/
A Dtrace.h99 { IOMAP_FAULT, "FAULT" }, \
A Dbuffered-io.c1496 .flags = IOMAP_WRITE | IOMAP_FAULT, in iomap_page_mkwrite()
/linux/fs/fuse/
A Ddax.c412 if (flags & IOMAP_FAULT) in fuse_fill_iomap()
454 if (flags & IOMAP_FAULT) { in fuse_setup_new_dax_mapping()
/linux/Documentation/filesystems/iomap/
A 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/fs/
A Ddax.c1721 .flags = IOMAP_DAX | IOMAP_FAULT, in dax_iomap_pte_fault()
1830 .flags = IOMAP_DAX | IOMAP_FAULT, in dax_iomap_pmd_fault()

Completed in 22 milliseconds