Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diomap.h209 #define IOMAP_DAX (1 << 8) /* DAX mapping */ macro
211 #define IOMAP_DAX 0 macro
/linux/Documentation/filesystems/iomap/
H A Doperations.rst647 The ``flags`` value for ``->iomap_begin`` will be ``IOMAP_DAX`` with any
660 The ``flags`` value for ``->iomap_begin`` will be ``IOMAP_DAX |
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
696 pagecache counterparts, with ``IOMAP_DAX`` added.
/linux/fs/xfs/
H A Dxfs_iomap.c128 if (mapping_flags & IOMAP_DAX) in xfs_bmbt_to_iomap()
147 if (mapping_flags & IOMAP_DAX) { in xfs_bmbt_to_iomap()
315 if (flags & IOMAP_DAX) { in xfs_iomap_write_direct()
745 if ((flags & IOMAP_DAX) && imap->br_state == XFS_EXT_UNWRITTEN) in imap_needs_alloc()
/linux/fs/ext4/
H A Dinode.c3485 if (flags & IOMAP_DAX) in ext4_set_iomap()
3508 if (flags & IOMAP_DAX) in ext4_set_iomap()
3513 if (flags & IOMAP_DAX) in ext4_set_iomap()
3716 WARN_ON(!(flags & (IOMAP_DAX | IOMAP_DIRECT))); in ext4_iomap_alloc()
3717 if (flags & IOMAP_DAX) in ext4_iomap_alloc()
3805 (!(flags & IOMAP_DAX) && in ext4_iomap_begin()