Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Dseek.c36 .flags = IOMAP_REPORT, in iomap_seek_hole()
82 .flags = IOMAP_REPORT, in iomap_seek_data()
H A Dfiemap.c65 .flags = IOMAP_REPORT, in iomap_fiemap()
101 .flags = IOMAP_REPORT, in iomap_bmap()
H A Dswapfile.c149 .flags = IOMAP_REPORT, in iomap_swapfile_activate()
H A Dtrace.h99 { IOMAP_REPORT, "REPORT" }, \
/linux/include/linux/
H A Diomap.h192 #define IOMAP_REPORT (1 << 2) /* report extent status, e.g. FIEMAP */ macro
/linux/Documentation/filesystems/iomap/
H A Doperations.rst722 ``IOMAP_REPORT`` will be passed as the ``flags`` argument to
737 ``IOMAP_REPORT`` will be passed as the ``flags`` argument to
753 ``IOMAP_REPORT`` will be passed as the ``flags`` argument to
770 ``IOMAP_REPORT`` will be passed as the ``flags`` argument to
/linux/fs/gfs2/
H A Dbmap.c875 if (flags & IOMAP_REPORT) { in __gfs2_iomap_get()
935 if (flags & IOMAP_REPORT) { in __gfs2_iomap_get()
/linux/fs/xfs/
H A Dxfs_iomap.c2124 if (!error && ((flags & IOMAP_REPORT) || IS_DAX(inode))) in xfs_read_iomap_begin()