Lines Matching refs:olen
25 const u64 olen, in clone_finish_inode_update() argument
38 if (endoff > destoff + olen) in clone_finish_inode_update()
39 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()
658 static int btrfs_extent_same(struct inode *src, u64 loff, u64 olen, in btrfs_extent_same() argument
677 tail_len = olen % BTRFS_MAX_DEDUPE_LEN; in btrfs_extent_same()
678 chunk_count = div_u64(olen, BTRFS_MAX_DEDUPE_LEN); in btrfs_extent_same()
701 u64 off, u64 olen, u64 destoff) in btrfs_clone_files() argument
709 u64 len = olen; in btrfs_clone_files()
751 ret = btrfs_clone(src, inode, off, olen, len, destoff, 0); in btrfs_clone_files()