Searched refs:IOMAP_REPORT (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/include/linux/ |
| D | iomap.h | 80 #define IOMAP_REPORT (1 << 2) /* report extent status, e.g. FIEMAP */ macro
|
| /Linux-v4.19/fs/ |
| D | iomap.c | 1180 ret = iomap_apply(inode, start, len, IOMAP_REPORT, ops, &ctx, in iomap_fiemap() 1342 ret = iomap_apply(inode, offset, length, IOMAP_REPORT, ops, in iomap_seek_hole() 1388 ret = iomap_apply(inode, offset, length, IOMAP_REPORT, ops, in iomap_seek_data() 2054 ret = iomap_apply(inode, pos, len, IOMAP_REPORT, in iomap_swapfile_activate()
|
| /Linux-v4.19/fs/xfs/ |
| D | xfs_iomap.c | 1039 if (flags & IOMAP_REPORT) { in xfs_file_iomap_begin()
|
| /Linux-v4.19/fs/gfs2/ |
| D | bmap.c | 840 if (flags & IOMAP_REPORT) { in gfs2_iomap_get() 908 if (flags & IOMAP_REPORT) { in gfs2_iomap_get()
|
| /Linux-v4.19/fs/ext4/ |
| D | inode.c | 3427 if (flags & IOMAP_REPORT) { in ext4_iomap_begin() 3444 if (flags & IOMAP_REPORT) { in ext4_iomap_begin()
|