Home
last modified time | relevance | path

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

/linux-6.15/fs/iomap/
H A Dseek.c40 .flags = IOMAP_REPORT, in iomap_seek_hole()
86 .flags = IOMAP_REPORT, in iomap_seek_data()
H A Dfiemap.c68 .flags = IOMAP_REPORT, in iomap_fiemap()
104 .flags = IOMAP_REPORT, in iomap_bmap()
H A Dswapfile.c152 .flags = IOMAP_REPORT, in iomap_swapfile_activate()
H A Dtrace.h98 { IOMAP_REPORT, "REPORT" }, \
/linux-6.15/include/linux/
H A Diomap.h184 #define IOMAP_REPORT (1 << 2) /* report extent status, e.g. FIEMAP */ macro
/linux-6.15/Documentation/filesystems/iomap/
H A Doperations.rst681 ``IOMAP_REPORT`` will be passed as the ``flags`` argument to
696 ``IOMAP_REPORT`` will be passed as the ``flags`` argument to
712 ``IOMAP_REPORT`` will be passed as the ``flags`` argument to
729 ``IOMAP_REPORT`` will be passed as the ``flags`` argument to
/linux-6.15/fs/gfs2/
H A Dbmap.c875 if (flags & IOMAP_REPORT) { in __gfs2_iomap_get()
935 if (flags & IOMAP_REPORT) { in __gfs2_iomap_get()
/linux-6.15/fs/fuse/
H A Ddax.c574 if (WARN_ON(flags & IOMAP_REPORT)) in fuse_iomap_begin()
/linux-6.15/fs/xfs/
H A Dxfs_iomap.c1848 if (!error && ((flags & IOMAP_REPORT) || IS_DAX(inode))) in xfs_read_iomap_begin()