sys_statvfs 7047 source3/include/proto.h int sys_statvfs(const char *path, vfs_statvfs_struct *statbuf); sys_statvfs 90 source3/modules/vfs_default.c return sys_statvfs(path, statbuf); sys_statvfs 105 source3/modules/vfs_default.c sys_statvfs(handle->conn->connectpath, &statbuf);