Home
last modified time | relevance | path

Searched refs:IOMAP_REPORT (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/fs/iomap/
Dseek.c151 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()
Dfiemap.c83 ret = iomap_apply(inode, start, len, IOMAP_REPORT, ops, &ctx, in iomap_fiemap()
Dswapfile.c158 ret = iomap_apply(inode, pos, len, IOMAP_REPORT, in iomap_swapfile_activate()
Dtrace.h89 { IOMAP_REPORT, "REPORT" }, \
/Linux-v5.10/include/linux/
Diomap.h121 #define IOMAP_REPORT (1 << 2) /* report extent status, e.g. FIEMAP */ macro
/Linux-v5.10/fs/gfs2/
Dbmap.c877 if (flags & IOMAP_REPORT) { in gfs2_iomap_get()
937 if (flags & IOMAP_REPORT) { in gfs2_iomap_get()
/Linux-v5.10/fs/fuse/
Ddax.c572 if (WARN_ON(flags & IOMAP_REPORT)) in fuse_iomap_begin()
/Linux-v5.10/fs/xfs/
Dxfs_iomap.c1168 if (!error && (flags & IOMAP_REPORT)) in xfs_read_iomap_begin()