Lines Matching refs:srcmap
28 struct iomap srcmap = { .type = IOMAP_HOLE };
46 ret = ops->iomap_begin(inode, pos, length, flags, &iomap, &srcmap);
59 if (srcmap.type != IOMAP_HOLE)
60 trace_iomap_apply_srcmap(inode, &srcmap);
67 if (srcmap.type != IOMAP_HOLE)
68 end = min(end, srcmap.offset + srcmap.length);
78 * the srcmap if the file system filled it in. In that case we the
80 * If the file system did not provide a srcmap we pass in the normal
85 srcmap.type != IOMAP_HOLE ? &srcmap : &iomap);