Query: ustat
OS: hpux
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ustat(2) System Calls Manual ustat(2)NAMEustat() - get mounted file system statisticsSYNOPSISDESCRIPTIONThe system call returns information about a mounted file system. dev is a device number identifying a device containing a mounted file system. buf is a pointer to a structure (defined in that includes the following elements: int32_t f_tfree; /* Total free blocks */ ino_t f_tinode; /* Number of free inodes */ char f_fname[6]; /* Filsys name or null */ char f_fpack[6]; /* Filsys pack name or null */ int f_blksize; /* Block size */ The value of is the number of free blocks of sizeRETURN VALUEreturns the following values: Successful completion. Failure. is set to indicate the error.ERRORSIf fails, is set to one of the following values. [EFAULT] buf points outside the process's allocated address space. The reliable detection of this error is implementation dependent. [EINVAL] dev is not the device number of a device containing a mounted file system. [EOVERFLOW] Result would overflow f_tfree or another field of the struct.WARNINGSis deprecated and should be used only by legacy 32-bit applications. or are the recommended replacements. For some file systems, the number of free inodes does not change. Such file systems will return in the field For some file systems, the inodes can be dynamically allocated. For such file systems, the field contains the number of free inodes at the current time.AUTHORwas developed by AT&T and HP.SEE ALSOtouch(1), stat(2), statvfs(2), fs_vxfs(4), privileges(5).STANDARDS CONFORMANCEustat(2)
Related Man Pages |
---|
ustat(2) - debian |
ustat(2) - centos |
ustat(2) - xfree86 |
ustat(2) - x11r4 |
ustat(2) - mojave |
Similar Topics in the Unix Linux Community |
---|
Help with negative inodes on sco 6 |
Number of used inodes..? |
what to do if a mount drive has 100% usage? |
Maximum inodes |
Knowing when a different program modifies a file |