search for: p_fd_offset

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

Did you mean: p4d_offset
2005 Sep 20
2
Nulls instead of data
In short: Platform: linux with 2.4 kernel Version: rsync 2.6.6 Command line: rsync266 -av -W --bwlimit=1 /mnt/somedir/rsync-2.6.6.tar.gz ./ Destination: local disk Source: file on a smbfs mounted filesystem; share is exported on a NT 4.0 workstation over a very slow and unstable link Result: Rsync completes operation with no special message, but the resulting file is damaged, large
2002 Aug 05
5
[patch] read-devices
..._result(&md, (uchar *)sum); Only in rsync-patched: config.h diff -r -u4 rsync-2.5.5/fileio.c rsync-patched/fileio.c --- rsync-2.5.5/fileio.c Sat Jan 26 02:07:34 2002 +++ rsync-patched/fileio.c Mon Aug 5 10:05:15 2002 @@ -111,32 +111,43 @@ map->p_size = 0; map->p_offset = 0; map->p_fd_offset = 0; map->p_len = 0; + map->m_ptr = NULL; + map->m_len = 0; return map; } -/* slide the read window in the file */ -char *map_ptr(struct map_struct *map,OFF_T offset,int len) +/* slide the read window in the file. + * The state of the window is saved in the map->p* members. + *...
2011 May 29
22
[Bug 8177] New: Problems with big sparsed files
https://bugzilla.samba.org/show_bug.cgi?id=8177 Summary: Problems with big sparsed files Product: rsync Version: 3.0.8 Platform: x64 OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: joluinfante at gmail.com