ustat(5) DG/UX 5.4.2 ustat(5)
NAME
ustat - data returned by the ustat system call
SYNOPSIS
#include <sys/types.h>
DESCRIPTION
The system call ustat takes a parameter that is a pointer to the
structure defined by this include file. This structure returns file
system device statistics.
struct ustat
{
daddrt ftfree;
inot ftinode;
char ffname [6];
char ffpack [6];
};
The fields of this structure are defined as follows:
ftfree
The number of blocks with a size of DEV_BSIZ bytes that are
available for allocation on the file system.
ftinode
The number of additional files that can be created on the file
system.
ffname
The file system name. This field will be null unless a label
has been added to the file system with labelit.
ffpack
The file system pack name. This field will be null unless a
label has been added to the file system with labelit.
FILES
/usr/include/sys/ustat.h
/usr/include/sys/types.h
SEE ALSO
labelit(1M), ustat(2), types(5).
Licensed material--property of copyright holder(s) 1