Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/iomap/
H A Dseek.c150 ret = iomap_apply(inode, offset, size - offset, IOMAP_REPORT, in iomap_seek_hole()
193 ret = iomap_apply(inode, offset, size - offset, IOMAP_REPORT, in iomap_seek_data()
H A Dfiemap.c83 ret = iomap_apply(inode, start, len, IOMAP_REPORT, ops, &ctx, in iomap_fiemap()
H A Dswapfile.c164 ret = iomap_apply(inode, pos, len, IOMAP_REPORT, in iomap_swapfile_activate()
H A Dtrace.h89 { IOMAP_REPORT, "REPORT" }, \
/OK3568_Linux_fs/kernel/include/linux/
H A Diomap.h124 #define IOMAP_REPORT (1 << 2) /* report extent status, e.g. FIEMAP */ macro
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dbmap.c877 if (flags & IOMAP_REPORT) { in gfs2_iomap_get()
937 if (flags & IOMAP_REPORT) { in gfs2_iomap_get()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddax.c572 if (WARN_ON(flags & IOMAP_REPORT)) in fuse_iomap_begin()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_iomap.c1171 if (!error && (flags & IOMAP_REPORT)) in xfs_read_iomap_begin()