MCPcopy Index your code
hub / github.com/RsyncProject/rsync / do_fstat

Function do_fstat

syscall.c:1201–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1199}
1200
1201int do_fstat(int fd, STRUCT_STAT *st)
1202{
1203#ifdef USE_STAT64_FUNCS
1204 return fstat64(fd, st);
1205#else
1206 return fstat(fd, st);
1207#endif
1208}
1209
1210OFF_T do_lseek(int fd, OFF_T offset, int whence)
1211{

Callers 10

send_filesFunction · 0.85
close_allFunction · 0.85
copy_fileFunction · 0.85
check_secretFunction · 0.85
do_fallocateFunction · 0.85
do_open_nofollowFunction · 0.85
x_fstatFunction · 0.85
start_inband_exchangeFunction · 0.85
create_pid_fileFunction · 0.85
recv_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected