Home
last modified time | relevance | path

Searched refs:IOMAP_F_BOUNDARY (Results 1 – 5 of 5) sorted by relevance

/linux/fs/iomap/
H A Dioend.c181 if (pos == wpc->iomap.offset && (wpc->iomap.flags & IOMAP_F_BOUNDARY)) in iomap_add_to_ioend()
H A Dtrace.h116 { IOMAP_F_BOUNDARY, "BOUNDARY" }, \
/linux/include/linux/
H A Diomap.h79 #define IOMAP_F_BOUNDARY (1U << 6) macro
/linux/Documentation/filesystems/iomap/
H A Ddesign.rst245 * **IOMAP_F_BOUNDARY**: This indicates I/O and its completion must not be
/linux/fs/xfs/
H A Dxfs_iomap.c142 iomap->flags |= IOMAP_F_BOUNDARY; in xfs_bmbt_to_iomap()