MCPcopy Create free account
hub / github.com/RsyncProject/rsync / do_lseek

Function do_lseek

syscall.c:1210–1217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1208}
1209
1210OFF_T do_lseek(int fd, OFF_T offset, int whence)
1211{
1212#ifdef HAVE_LSEEK64
1213 return lseek64(fd, offset, whence);
1214#else
1215 return lseek(fd, offset, whence);
1216#endif
1217}
1218
1219#ifdef HAVE_SETATTRLIST
1220int do_setattrlist_times(const char *path, STRUCT_STAT *stp)

Callers 6

sparse_endFunction · 0.85
write_sparseFunction · 0.85
skip_matchedFunction · 0.85
map_ptrFunction · 0.85
do_punch_holeFunction · 0.85
receive_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected