Home
last modified time | relevance | path

Searched refs:IOMAP_REPORT (Results 1 – 9 of 9) 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()
/linux/fs/exfat/
H A Diomap.c118 iomap->type = flags & IOMAP_REPORT ? in __exfat_iomap_begin()
121 if (flags & IOMAP_REPORT) { in __exfat_iomap_begin()
/linux/fs/ntfs3/
H A Dinode.c953 if (flags & IOMAP_REPORT) { in ntfs_iomap_begin()
987 if (flags & IOMAP_REPORT) { in ntfs_iomap_begin()
1005 if (flags & IOMAP_REPORT) { in ntfs_iomap_begin()
1055 if (flags & IOMAP_REPORT) in ntfs_iomap_begin()
/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/include/linux/
H A Diomap.h202 #define IOMAP_REPORT (1 << 2) /* report extent status, e.g. FIEMAP */ macro
/linux/fs/gfs2/
H A Dbmap.c876 if (flags & IOMAP_REPORT) { in __gfs2_iomap_get()
936 if (flags & IOMAP_REPORT) { in __gfs2_iomap_get()
/linux/fs/xfs/
H A Dxfs_iomap.c2213 if (!error && ((flags & IOMAP_REPORT) || IS_DAX(inode))) in xfs_read_iomap_begin()