statfs64

Name

statfs64 -- (deprecated)

Synopsis

#include <sys/statfs.h>

int statfs64(__const char *__file, (struct statfs64 *__buf));

Description

statfs64 is expected to disappear from a future version of the LSB; applications should call the statvfs64 interface.

statfs64 returns information about a mounted file system.

statfs64 is the 64-bit version of statfs.

Return Value

On success, 0 is returned. On error, -1 is returned and the global variable errno is set appropriately.