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