Lines Matching defs:IOMAP_DIO_WRITE
23 #define IOMAP_DIO_WRITE (1 << 30)
94 !(dio->flags & IOMAP_DIO_WRITE))
112 (dio->flags & IOMAP_DIO_WRITE) && inode->i_mapping->nrpages) {
166 } else if (dio->flags & IOMAP_DIO_WRITE) {
295 if (dio->flags & IOMAP_DIO_WRITE) {
324 ((dio->flags & IOMAP_DIO_WRITE) && pos >= i_size_read(inode))) {
355 if (dio->flags & IOMAP_DIO_WRITE) {
381 if (WARN_ON_ONCE(dio->flags & IOMAP_DIO_WRITE))
385 if (!(dio->flags & IOMAP_DIO_WRITE))
465 dio->flags |= IOMAP_DIO_WRITE;