Lines Matching refs:olen
18 const u64 olen, in clone_finish_inode_update() argument
31 if (endoff > destoff + olen) in clone_finish_inode_update()
32 endoff = destoff + olen; in clone_finish_inode_update()
333 const u64 off, const u64 olen, const u64 olen_aligned, in btrfs_clone() argument
536 destoff, olen, no_time_update); in btrfs_clone()
587 destoff, olen, no_time_update); in btrfs_clone()
649 static int btrfs_extent_same(struct inode *src, u64 loff, u64 olen, in btrfs_extent_same() argument
668 tail_len = olen % BTRFS_MAX_DEDUPE_LEN; in btrfs_extent_same()
669 chunk_count = div_u64(olen, BTRFS_MAX_DEDUPE_LEN); in btrfs_extent_same()
692 u64 off, u64 olen, u64 destoff) in btrfs_clone_files() argument
699 u64 len = olen; in btrfs_clone_files()
737 ret = btrfs_clone(src, inode, off, olen, len, destoff, 0); in btrfs_clone_files()