Home | History | Annotate | Download | only in openssh

Lines Matching refs:fstatvfs

535 	/* fstatvfs extension */
536 buffer_put_cstring(&msg, "fstatvfs@openssh.com");
1216 debug("request %u: fstatvfs \"%s\" (handle %u)",
1222 if (fstatvfs(fd, &st) != 0)
1261 else if (strcmp(request, "fstatvfs@openssh.com") == 0)