Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diomap.h203 #define IOMAP_ATOMIC (1 << 9) /* torn-write protection */ macro
/linux/fs/iomap/
H A Dtrace.h106 { IOMAP_ATOMIC, "ATOMIC" }, \
H A Ddirect-io.c692 iomi.flags |= IOMAP_ATOMIC; in __iomap_dio_rw()
/linux/fs/xfs/
H A Dxfs_iomap.c880 if (flags & IOMAP_ATOMIC) in xfs_direct_write_iomap_begin()
924 if ((flags & IOMAP_ATOMIC) && in xfs_direct_write_iomap_begin()
938 if (flags & IOMAP_ATOMIC) { in xfs_direct_write_iomap_begin()
/linux/fs/ext4/
H A Dinode.c3500 if (flags & IOMAP_ATOMIC) in ext4_set_iomap()
3698 if (flags & IOMAP_ATOMIC) { in ext4_iomap_alloc()
3745 if (flags & IOMAP_ATOMIC) in ext4_iomap_alloc()
3819 if ((!(flags & IOMAP_ATOMIC) && ret > 0) || in ext4_iomap_begin()
3820 (flags & IOMAP_ATOMIC && ret >= orig_mlen)) in ext4_iomap_begin()
3848 if (flags & IOMAP_ATOMIC) { in ext4_iomap_begin()
/linux/Documentation/filesystems/iomap/
H A Doperations.rst558 * ``IOMAP_ATOMIC``: This write is being issued with torn-write