Displaying 3 results from an estimated 3 matches for "dest_fsp".
Did you mean:
dest_fd
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
...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
...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.
Ok I understand how to check that it happened, but how can I make sure
that it doesn't happen ?
How can I ensure that clone range request sizes are inte...