HP-UX Reference (11i v2 04/09) - 3 Library Functions N-Z (vol 7)
s
statfsdev(3C) statfsdev(3C)
Both fstatfsdev() and statfsdev() fail if one or more of the following is true:
[EAGAIN] Enforcement-mode record locking was set, and there was a blocking write lock.
[EDEADLK] A resource deadlock would occur as a result of this operation.
[EINTR] A system call was interrupted by a signal.
[EINVAL] The file specified by path or filedes does not contain a file system of any known type.
[ENOLCK] The system lock table was full, so the read could not go to sleep until the blocking
write lock was removed.
WARNINGS
statfsdev() and fstatfsdev() are deprecated and should be used only by legacy 32-bit applica-
tions. statvfsdev64()
and fstatvfsdev64()
are the recommended replacements. See
fgetpos64 (3S).
AUTHOR
statfsdev() and fstatfsdev() were developed by HP.
FILES
/usr/include/sys/mount.h
SEE ALSO
bdf(1M), df(1M), stat(2), statfs(2), thread_safety(5).
HP-UX 11i Version 2: September 2004 − 2 − Hewlett-Packard Company Section 3−−1005