Lines Matching refs:olen
90 u64 off, u64 olen, u64 olen_aligned, u64 destoff);
3089 const u64 olen) in clone_finish_inode_update() argument
3100 if (endoff > destoff + olen) in clone_finish_inode_update()
3101 endoff = destoff + olen; in clone_finish_inode_update()
3329 const u64 off, const u64 olen, const u64 olen_aligned, in btrfs_clone() argument
3633 destoff, olen); in btrfs_clone()
3671 destoff, olen); in btrfs_clone()
3681 u64 off, u64 olen, u64 destoff) in btrfs_ioctl_clone() argument
3688 u64 len = olen; in btrfs_ioctl_clone()
3764 olen = len = src->i_size - off; in btrfs_ioctl_clone()
3808 ret = btrfs_clone(src, inode, off, olen, len, destoff); in btrfs_ioctl_clone()