.\" -*- coding: UTF-8 -*- .\" Copyright (C) 1995, Thomas K. Dyas .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" .\" Created 1995-08-09 Thomas K. Dyas .\" Modified 1997-01-31 by Eric S. Raymond .\" Modified 2001-03-22 by aeb .\" Modified 2003-08-04 by aeb .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH USTAT 2 "6 maart 2019" Linux "Linux Programmeurs Handleiding" .SH NAAM ustat \- geef bestand systeem statistieken .SH SAMENVATTING .nf \fB#include \fP \fB#include \fP /* libc[45] */ \fB#include \fP /* glibc2 */ .PP \fBint ustat(dev_t \fP\fIappar\fP\fB, struct ustat *\fP\fIubuf\fP\fB);\fP .fi .SH BESCHRIJVING \fBustat\fP() geeft informatie over een gemount bestand systeem. \fIappar\fP is een apparaat nummer, een apparaat identificerend dat het gemounte bestandsysteem bevat. \fIubuf\fP is een pointer naar een \fIustat\fP structuur die de volgende leden bevat: .PP .in +4n .EX daddr_t f_tfree; /* Totale vrije blokken */ ino_t f_tinode; /* Aantal vrije inodes */ char f_fname[6]; /* Bestandsyst naam */ char f_fpack[6]; /* Bestandsyst "pack" naam */ .EE .in .PP De laatste twee velden, \fIf_fname\fP en \fIf_fpack\fP zijn niet verwezijnlijkt en zullen altijd gevuld worden met null karakters (\(aq\e0\(aq). .SH "EIND WAARDE" Bij success wordt nul teruggegeven en de \fIustat\fP structuur verwezen naar door \fIubuf\fP zal ingevuld worden. Bij falen wordt \-1 teruggegeven en \fIerrno\fP wordt naar behoren gezet. .SH FOUTEN .TP \fBEFAULT\fP \fIubuf\fP wijst buiten uw toegankelijke adres ruimte. .TP \fBEINVAL\fP \fIappar\fP wijst niet naar een apparaat dat een mount bestandsysteem bevat. .TP \fBENOSYS\fP Het gekoppelde bestandssysteem aangehaald door \fIappar\fP ondersteund de handeling niet, of een versie van Linux voor 1.3.16. .SH VERSIES Vanaf versie 2.28 voorziet glibc niet langer in een omwikkel functie voor deze systeem aanroep. .SH "VOLDOET AAN" .\" SVr4 documents additional error conditions ENOLINK, ECOMM, and EINTR .\" but has no ENOSYS condition. SVr4. .SH OPMERKINGEN \fBustat\fP() wordt ontraden en is alleen voorzien vanwege overdraagbaarheid. Alle nieuwe programma's moeten in plaats daarvan \fBstatfs\fP(2) gebruiken. .SS "HP\-UX notities" .\" Some software tries to use this in order to test whether the .\" underlying filesystem is NFS. De HP\-UX versie van \fIustat\fP structuur heeft een additioneel veld, \fIf_blksize\fP, dat elders onbekend is. HP\-UX waarschuwt: Voor enkele bestandssystemen, verandert het aantal vrije inodes not. Zulke bestandssystemen geven \-1 terug in het veld \fIf_tinode\fP. Voor enkele bestandssystemen worden inodes dynamisch toegekend. Zulke bestandssystemen geven het huidige aantal vrije inodes terug. .SH "ZIE OOK" \fBstat\fP(2), \fBstatfs\fP(2) .SH COLOFON Deze pagina is onderdeel van release 5.10 van het Linux \fIman\-pages\fP\-project. Een beschrijving van het project, informatie over het melden van bugs en de nieuwste versie van deze pagina zijn op \%https://www.kernel.org/doc/man\-pages/ te vinden. .SH VERTALING De Nederlandse vertaling van deze handleiding is geschreven door Jos Boersema , Mario Blättermann en Luc Castermans . Deze vertaling is vrije documentatie; lees de .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE of later over de Copyright-voorwaarden. Er is geen AANSPRAKELIJKHEID. Indien U fouten in de vertaling van deze handleiding zou vinden, stuur een e-mail naar .MT debian-l10n-dutch@lists.debian.org .ME .