Searched refs:IOMAP_REPORT (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/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 | 88 ret = iomap_apply(inode, start, len, IOMAP_REPORT, ops, &ctx, in iomap_fiemap()
|
| D | swapfile.c | 157 ret = iomap_apply(inode, pos, len, IOMAP_REPORT, in iomap_swapfile_activate()
|
| /Linux-v5.4/include/linux/ |
| D | iomap.h | 101 #define IOMAP_REPORT (1 << 2) /* report extent status, e.g. FIEMAP */ macro
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_iomap.c | 966 if (flags & IOMAP_REPORT) { in xfs_file_iomap_begin()
|
| /Linux-v5.4/fs/gfs2/ |
| D | bmap.c | 875 if (flags & IOMAP_REPORT) { in gfs2_iomap_get() 938 if (flags & IOMAP_REPORT) { in gfs2_iomap_get()
|
| /Linux-v5.4/fs/ext4/ |
| D | inode.c | 3425 if (flags & IOMAP_REPORT) { in ext4_iomap_begin() 3442 if (flags & IOMAP_REPORT) { in ext4_iomap_begin()
|