from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

210141

userrating:


May 25th. 2007:
Words

486

Views

259129

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

150468

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





ustat

Section: System Calls (2)
Updated: 202-0-08
Index Return to Main Contents
 

NAME

ustat - get filesystem statistics  

LIBRARY

Standard C library (libc,~-lc)  

SYNOPSIS

#include <sys/types.h>
#include <unistd.h>    /* libc[45] */
#include <ustat.h>     /* glibc2 */
[[deprecated]] int ustat(dev_t dev, struct ustat *ubuf);
 

DESCRIPTION

ustat() returns information about a mounted filesystem. dev is a device number identifying a device containing a mounted filesystem. ubuf is a pointer to a ustat structure that contains the following members: daddr_t f_tfree; /* Total free blocks */ ino_t f_tinode; /* Number of free inodes */ char f_fname[6]; /* Filsys name */ char f_fpack[6]; /* Filsys pack name */ The last two fields, f_fname and f_fpack, are not implemented and will always be filled with null bytes ([aq][rs]0[aq]).  

RETURN VALUE

On success, zero is returned and the ustat structure pointed to by ubuf will be filled in. On error, -1 is returned, and errno is set to indicate the error.  

ERRORS

EFAULT
ubuf points outside of your accessible address space.
EINVAL
dev does not refer to a device containing a mounted filesystem.
ENOSYS
The mounted filesystem referenced by dev does not support this operation, or any version of Linux before Linux 1.3.16.
 

STANDARDS

None.  

HISTORY

SVr4. Removed in glibc 2.28. ustat() is deprecated and has been provided only for compatibility. All new programs should use statfs(2) instead.  

H-UX notes

The H-UX version of the ustat structure has an additional field, f_blksize, that is unknown elsewhere. H-UX warns: For some filesystems, the number of free inodes does not change. Such filesystems will return -1 in the field f_tinode. For some filesystems, inodes are dynamically allocated. Such filesystems will return the current number of free inodes.  

SEE ALSO

stat(2), statfs(2)


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
STANDARDS
HISTORY
HP-UX notes
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 12.0 ms