Lines Matching refs:olen
17 const u64 olen, in clone_finish_inode_update() argument
30 if (endoff > destoff + olen) in clone_finish_inode_update()
31 endoff = destoff + olen; in clone_finish_inode_update()
329 const u64 off, const u64 olen, const u64 olen_aligned, in btrfs_clone() argument
537 destoff, olen, no_time_update); in btrfs_clone()
589 destoff, olen, no_time_update); in btrfs_clone()
637 static int btrfs_extent_same(struct inode *src, u64 loff, u64 olen, in btrfs_extent_same() argument
656 tail_len = olen % BTRFS_MAX_DEDUPE_LEN; in btrfs_extent_same()
657 chunk_count = div_u64(olen, BTRFS_MAX_DEDUPE_LEN); in btrfs_extent_same()
680 u64 off, u64 olen, u64 destoff) in btrfs_clone_files() argument
687 u64 len = olen; in btrfs_clone_files()
725 ret = btrfs_clone(src, inode, off, olen, len, destoff, 0); in btrfs_clone_files()