Searched refs:IOMAP_DIO_PARTIAL (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | iomap.h | 506 #define IOMAP_DIO_PARTIAL (1 << 2) macro
|
| /linux-6.15/fs/btrfs/ |
| H A D | direct-io.c | 767 IOMAP_DIO_PARTIAL, &data, done_before); in btrfs_dio_read() 776 IOMAP_DIO_PARTIAL, &data, done_before); in btrfs_dio_write()
|
| /linux-6.15/fs/iomap/ |
| H A D | trace.h | 115 {IOMAP_DIO_PARTIAL, "DIO_PARTIAL" }
|
| H A D | direct-io.c | 752 if (ret == -EFAULT && dio->size && (dio_flags & IOMAP_DIO_PARTIAL)) { in __iomap_dio_rw()
|
| /linux-6.15/fs/gfs2/ |
| H A D | file.c | 848 IOMAP_DIO_PARTIAL, NULL, read); in gfs2_file_direct_read() 914 IOMAP_DIO_PARTIAL, NULL, written); in gfs2_file_direct_write()
|
| /linux-6.15/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 427 * ``IOMAP_DIO_PARTIAL``: If a page fault occurs, return whatever
|