Lines Matching refs:iomap
422 struct iomap iomap = { }; in gfs2_allocate_page_backing() local
424 if (gfs2_iomap_get_alloc(page->mapping->host, pos, length, &iomap)) in gfs2_allocate_page_backing()
427 if (length < iomap.length) in gfs2_allocate_page_backing()
428 iomap.length = length; in gfs2_allocate_page_backing()
429 length -= iomap.length; in gfs2_allocate_page_backing()
430 pos += iomap.length; in gfs2_allocate_page_backing()
942 struct iomap iomap = { }; in fallocate_chunk() local
945 &iomap); in fallocate_chunk()
948 offset = iomap.offset + iomap.length; in fallocate_chunk()
949 if (!(iomap.flags & IOMAP_F_NEW)) in fallocate_chunk()
951 error = sb_issue_zeroout(sb, iomap.addr >> inode->i_blkbits, in fallocate_chunk()
952 iomap.length >> inode->i_blkbits, in fallocate_chunk()