Searched refs:IOMAP_REPORT (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/fs/iomap/ |
| D | seek.c | 151 ret = iomap_apply(inode, offset, length, IOMAP_REPORT, ops, in iomap_seek_hole() 197 ret = iomap_apply(inode, offset, length, IOMAP_REPORT, ops, in iomap_seek_data()
|
| D | fiemap.c | 83 ret = iomap_apply(inode, start, len, IOMAP_REPORT, ops, &ctx, in iomap_fiemap()
|
| D | swapfile.c | 158 ret = iomap_apply(inode, pos, len, IOMAP_REPORT, in iomap_swapfile_activate()
|
| D | trace.h | 89 { IOMAP_REPORT, "REPORT" }, \
|
| /Linux-v5.10/include/linux/ |
| D | iomap.h | 121 #define IOMAP_REPORT (1 << 2) /* report extent status, e.g. FIEMAP */ macro
|
| /Linux-v5.10/fs/gfs2/ |
| D | bmap.c | 877 if (flags & IOMAP_REPORT) { in gfs2_iomap_get() 937 if (flags & IOMAP_REPORT) { in gfs2_iomap_get()
|
| /Linux-v5.10/fs/fuse/ |
| D | dax.c | 572 if (WARN_ON(flags & IOMAP_REPORT)) in fuse_iomap_begin()
|
| /Linux-v5.10/fs/xfs/ |
| D | xfs_iomap.c | 1168 if (!error && (flags & IOMAP_REPORT)) in xfs_read_iomap_begin()
|