Lines Matching refs:length
105 iomap->length = XFS_FSB_TO_B(mp, imap->br_blockcount); in xfs_bmbt_to_iomap()
115 u64 length, in xfs_fs_map_blocks() argument
157 if (offset > limit - length) in xfs_fs_map_blocks()
158 length = limit - offset; in xfs_fs_map_blocks()
167 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)offset + length); in xfs_fs_map_blocks()
189 error = xfs_iomap_write_direct(ip, offset, length, in xfs_fs_map_blocks()
278 u64 start, length, end; in xfs_fs_commit_blocks() local
284 end = start + maps[i].length; in xfs_fs_commit_blocks()
288 length = end - start; in xfs_fs_commit_blocks()
289 if (!length) in xfs_fs_commit_blocks()
300 error = xfs_iomap_write_unwritten(ip, start, length); in xfs_fs_commit_blocks()