Lines Matching defs:iomap
8 #include <linux/iomap.h>
13 struct iomap prev;
17 struct iomap *iomap, u32 flags)
19 switch (iomap->type) {
36 if (iomap->flags & IOMAP_F_MERGED)
38 if (iomap->flags & IOMAP_F_SHARED)
41 return fiemap_fill_next_extent(fi, iomap->offset,
42 iomap->addr != IOMAP_NULL_ADDR ? iomap->addr : 0,
43 iomap->length, flags);
48 struct iomap *iomap, struct iomap *srcmap)
53 if (iomap->type == IOMAP_HOLE)
57 ctx->prev = *iomap;
109 void *data, struct iomap *iomap, struct iomap *srcmap)
113 if (iomap->type == IOMAP_MAPPED) {
114 addr = (pos - iomap->offset + iomap->addr) >> inode->i_blkbits;