Lines Matching refs:iomap
205 if (offset < wpc->iomap.offset || in xfs_imap_valid()
206 offset >= wpc->iomap.offset + wpc->iomap.length) in xfs_imap_valid()
213 if (wpc->iomap.flags & IOMAP_F_SHARED) in xfs_imap_valid()
224 trace_xfs_wb_data_iomap_invalid(ip, &wpc->iomap, in xfs_imap_valid()
230 trace_xfs_wb_cow_iomap_invalid(ip, &wpc->iomap, in xfs_imap_valid()
349 xfs_bmbt_to_iomap(ip, &wpc->iomap, &imap, 0, 0, XFS_WPC(wpc)->data_seq); in xfs_map_blocks()
365 &wpc->iomap, seq); in xfs_map_blocks()
388 if (cow_offset < wpc->iomap.offset + wpc->iomap.length) in xfs_map_blocks()
389 wpc->iomap.length = cow_offset - wpc->iomap.offset; in xfs_map_blocks()
392 ASSERT(wpc->iomap.offset <= offset); in xfs_map_blocks()
393 ASSERT(wpc->iomap.offset + wpc->iomap.length > offset); in xfs_map_blocks()