search for: src_length

Displaying 3 results from an estimated 3 matches for "src_length".

Did you mean: rf_length
2016 Oct 27
2
Samba and BTRFS server-side copy
On Thu, 27 Oct 2016 15:39:27 -0700, Jeremy Allison <jra at samba.org> wrote : > On Fri, Oct 28, 2016 at 12:08:50AM +0200, Saint Germain via samba > wrote: > > On Thu, 27 Oct 2016 14:50:48 -0700, Jeremy Allison <jra at samba.org> > > wrote : > > > > > > Server-side copy can be requested using smbclient, using > > > the "scopy"
2016 Oct 27
0
Samba and BTRFS server-side copy
...failure. */ DEBUG(5, ("BTRFS_IOC_CLONE_RANGE failed: %s, length %llu, " "src fd: %lld off: %llu, dest fd: %d off: %llu\n", strerror(errno), (unsigned long long)cr_args.src_length, (long long)cr_args.src_fd, (unsigned long long)cr_args.src_offset, dest_fsp->fh->fd, (unsigned long long)cr_args.dest_offset)); if you see any of these then it happened.
2016 Oct 27
2
Samba and BTRFS server-side copy
...n failure. > */ > DEBUG(5, ("BTRFS_IOC_CLONE_RANGE failed: %s, length > %llu, " "src fd: %lld off: %llu, dest fd: %d off: %llu\n", > strerror(errno), > (unsigned long long)cr_args.src_length, > (long long)cr_args.src_fd, > (unsigned long long)cr_args.src_offset, > dest_fsp->fh->fd, > (unsigned long long)cr_args.dest_offset)); > > if you see any of these then...