Home
last modified time | relevance | path

Searched refs:XFS_IO_COW (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_aops.h19 XFS_IO_COW, /* covers copy-on-write extent */ enumerator
28 { XFS_IO_COW, "CoW" }, \
Dxfs_aops.c259 case XFS_IO_COW: in xfs_end_io()
271 case XFS_IO_COW: in xfs_end_io()
296 if (ioend->io_type == XFS_IO_UNWRITTEN || ioend->io_type == XFS_IO_COW) in xfs_end_bio()
353 wpc->io_type == XFS_IO_COW || in xfs_map_blocks()
401 wpc->io_type = XFS_IO_COW; in xfs_map_blocks()
489 if (!status && ioend->io_type == XFS_IO_COW) { in xfs_submit_ioend()