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()
184 error = xfs_iomap_write_direct(ip, offset, length, in xfs_fs_map_blocks()
273 u64 start, length, end; in xfs_fs_commit_blocks() local
279 end = start + maps[i].length; in xfs_fs_commit_blocks()
283 length = end - start; in xfs_fs_commit_blocks()
284 if (!length) in xfs_fs_commit_blocks()
295 error = xfs_iomap_write_unwritten(ip, start, length); in xfs_fs_commit_blocks()