Home
last modified time | relevance | path

Searched refs:IOMAP_DAX (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/include/linux/
Diomap.h177 #define IOMAP_DAX (1 << 8) /* DAX mapping */ macro
179 #define IOMAP_DAX 0 macro
/linux-6.12.1/fs/
Ddax.c1319 .flags = IOMAP_WRITE | IOMAP_UNSHARE | IOMAP_DAX, in dax_file_unshare()
1411 .flags = IOMAP_DAX | IOMAP_ZERO, in dax_zero_range()
1570 .flags = IOMAP_DAX, in dax_iomap_rw()
1721 .flags = IOMAP_DAX | IOMAP_FAULT, in dax_iomap_pte_fault()
1830 .flags = IOMAP_DAX | IOMAP_FAULT, in dax_iomap_pmd_fault()
2053 .flags = IOMAP_DAX, in dax_dedupe_file_range_compare()
2059 .flags = IOMAP_DAX, in dax_dedupe_file_range_compare()
/linux-6.12.1/fs/xfs/
Dxfs_iomap.c119 if (mapping_flags & IOMAP_DAX) in xfs_bmbt_to_iomap()
130 if (mapping_flags & IOMAP_DAX) in xfs_bmbt_to_iomap()
288 if (flags & IOMAP_DAX) { in xfs_iomap_write_direct()
694 if ((flags & IOMAP_DAX) && imap->br_state == XFS_EXT_UNWRITTEN) in imap_needs_alloc()
/linux-6.12.1/fs/erofs/
Ddata.c309 if (flags & IOMAP_DAX) in erofs_iomap_begin()
338 if (flags & IOMAP_DAX) in erofs_iomap_begin()
/linux-6.12.1/Documentation/filesystems/iomap/
Doperations.rst575 The ``flags`` value for ``->iomap_begin`` will be ``IOMAP_DAX`` with any
588 The ``flags`` value for ``->iomap_begin`` will be ``IOMAP_DAX |
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
624 pagecache counterparts, with ``IOMAP_DAX`` added.
Ddesign.rst328 * ``IOMAP_DAX`` is set when the caller wishes to issue file I/O to
/linux-6.12.1/fs/ext2/
Dinode.c842 if (flags & IOMAP_DAX) in ext2_iomap_begin()
860 if (flags & IOMAP_DAX) in ext2_iomap_begin()
/linux-6.12.1/fs/ext4/
Dinode.c3278 if (flags & IOMAP_DAX) in ext4_set_iomap()
3301 if (flags & IOMAP_DAX) in ext4_set_iomap()
3306 if (flags & IOMAP_DAX) in ext4_set_iomap()
3347 WARN_ON(!(flags & (IOMAP_DAX | IOMAP_DIRECT))); in ext4_iomap_alloc()
3348 if (flags & IOMAP_DAX) in ext4_iomap_alloc()