Searched refs:IOMAP_DIO_BOUNCE (Results 1 – 3 of 3) sorted by relevance
243 if (dio->flags & IOMAP_DIO_BOUNCE) { in __iomap_dio_bio_end_io()339 if (dio->flags & IOMAP_DIO_BOUNCE) in iomap_dio_bio_iter_one()353 if (dio->flags & IOMAP_DIO_BOUNCE) in iomap_dio_bio_iter_one()374 !(dio->flags & IOMAP_DIO_BOUNCE)) in iomap_dio_bio_iter_one()703 dio->flags = dio_flags & (IOMAP_DIO_FSBLOCK_ALIGNED | IOMAP_DIO_BOUNCE); in __iomap_dio_rw()
270 dio_flags |= IOMAP_DIO_BOUNCE; in xfs_file_dio_read()735 dio_flags |= IOMAP_DIO_BOUNCE; in xfs_file_dio_write_aligned()812 dio_flags |= IOMAP_DIO_BOUNCE; in xfs_file_dio_write_atomic()904 flags |= IOMAP_DIO_BOUNCE; in xfs_file_dio_write_unaligned()
576 #define IOMAP_DIO_BOUNCE (1 << 4) macro