Home
last modified time | relevance | path

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

/openbmc/linux/fs/iomap/
H A Ddirect-io.c23 #define IOMAP_DIO_CALLER_COMP (1U << 26) macro
195 if (dio->flags & IOMAP_DIO_CALLER_COMP) { in iomap_dio_bio_end_io()
322 dio->flags &= ~IOMAP_DIO_CALLER_COMP; in iomap_dio_bio_iter()
346 dio->flags &= ~IOMAP_DIO_CALLER_COMP; in iomap_dio_bio_iter()
353 if (!(dio->flags & (IOMAP_DIO_INLINE_COMP|IOMAP_DIO_CALLER_COMP))) in iomap_dio_bio_iter()
606 dio->flags |= IOMAP_DIO_CALLER_COMP; in __iomap_dio_rw()