Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Ddirect-io.c243 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()
/linux/fs/xfs/
H A Dxfs_file.c270 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()
/linux/include/linux/
H A Diomap.h576 #define IOMAP_DIO_BOUNCE (1 << 4) macro