Lines Matching refs:olen
25 const u64 olen, in clone_finish_inode_update() argument
39 if (endoff > destoff + olen) in clone_finish_inode_update()
40 endoff = destoff + olen; in clone_finish_inode_update()
338 const u64 off, const u64 olen, const u64 olen_aligned, in btrfs_clone() argument
559 destoff, olen, no_time_update); in btrfs_clone()
609 destoff, olen, no_time_update); in btrfs_clone()
683 static int btrfs_extent_same(struct inode *src, u64 loff, u64 olen, in btrfs_extent_same() argument
702 tail_len = olen % BTRFS_MAX_DEDUPE_LEN; in btrfs_extent_same()
703 chunk_count = div_u64(olen, BTRFS_MAX_DEDUPE_LEN); in btrfs_extent_same()
726 u64 off, u64 olen, u64 destoff) in btrfs_clone_files() argument
733 u64 len = olen; in btrfs_clone_files()
771 ret = btrfs_clone(src, inode, off, olen, len, destoff, 0); in btrfs_clone_files()