Home
last modified time | relevance | path

Searched refs:IOMAP_DIO_COW (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Diomap.h346 #define IOMAP_DIO_COW (1 << 1) /* covers COW extent(s) */ macro
/Linux-v6.6/fs/iomap/
Ddirect-io.c301 dio->flags |= IOMAP_DIO_COW; in iomap_dio_bio_iter()
/Linux-v6.6/fs/xfs/
Dxfs_file.c486 if (flags & IOMAP_DIO_COW) { in xfs_dio_write_end_io()