Lines Matching refs:iomap
85 struct iomap *iomap, in xfs_bmbt_to_iomap() argument
91 iomap->blkno = IOMAP_NULL_BLOCK; in xfs_bmbt_to_iomap()
92 iomap->type = IOMAP_HOLE; in xfs_bmbt_to_iomap()
94 iomap->blkno = IOMAP_NULL_BLOCK; in xfs_bmbt_to_iomap()
95 iomap->type = IOMAP_DELALLOC; in xfs_bmbt_to_iomap()
97 iomap->blkno = in xfs_bmbt_to_iomap()
100 iomap->type = IOMAP_UNWRITTEN; in xfs_bmbt_to_iomap()
102 iomap->type = IOMAP_MAPPED; in xfs_bmbt_to_iomap()
104 iomap->offset = XFS_FSB_TO_B(mp, imap->br_startoff); in xfs_bmbt_to_iomap()
105 iomap->length = XFS_FSB_TO_B(mp, imap->br_blockcount); in xfs_bmbt_to_iomap()
116 struct iomap *iomap, in xfs_fs_map_blocks() argument
209 xfs_bmbt_to_iomap(ip, iomap, &imap); in xfs_fs_map_blocks()
256 struct iomap *maps, in xfs_fs_commit_blocks()