Home
last modified time | relevance | path

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

/Linux-v6.6/fs/iomap/
Dseek.c40 .flags = IOMAP_REPORT, in iomap_seek_hole()
86 .flags = IOMAP_REPORT, in iomap_seek_data()
Dfiemap.c69 .flags = IOMAP_REPORT, in iomap_fiemap()
105 .flags = IOMAP_REPORT, in iomap_bmap()
Dswapfile.c151 .flags = IOMAP_REPORT, in iomap_swapfile_activate()
Dtrace.h98 { IOMAP_REPORT, "REPORT" }, \
/Linux-v6.6/include/linux/
Diomap.h170 #define IOMAP_REPORT (1 << 2) /* report extent status, e.g. FIEMAP */ macro
/Linux-v6.6/fs/gfs2/
Dbmap.c872 if (flags & IOMAP_REPORT) { in __gfs2_iomap_get()
932 if (flags & IOMAP_REPORT) { in __gfs2_iomap_get()
/Linux-v6.6/fs/fuse/
Ddax.c573 if (WARN_ON(flags & IOMAP_REPORT)) in fuse_iomap_begin()
/Linux-v6.6/fs/xfs/
Dxfs_iomap.c1258 if (!error && ((flags & IOMAP_REPORT) || IS_DAX(inode))) in xfs_read_iomap_begin()