Lines Matching defs:IOMAP_DIO_WRITE
27 #define IOMAP_DIO_WRITE (1U << 30)
97 !(dio->flags & IOMAP_DIO_WRITE))
113 if (!dio->error && dio->size && (dio->flags & IOMAP_DIO_WRITE))
263 if (!(dio->flags & IOMAP_DIO_WRITE))
345 ((dio->flags & IOMAP_DIO_WRITE) && pos >= i_size_read(inode)))
400 if (dio->flags & IOMAP_DIO_WRITE) {
429 ((dio->flags & IOMAP_DIO_WRITE) && pos >= i_size_read(inode))) {
467 if (dio->flags & IOMAP_DIO_WRITE) {
492 if (WARN_ON_ONCE(dio->flags & IOMAP_DIO_WRITE))
496 if (!(dio->flags & IOMAP_DIO_WRITE))
597 dio->flags |= IOMAP_DIO_WRITE;