public static extern int fstatvfs (int fd, out Statvfs buf);
		public static extern int statvfs (string path, out Statvfs buf);