linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andries Brouwer <aebr@win.tue.nl>
To: John Meyers <meyers@sdf-eu.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: statvfs()
Date: Sat, 26 Apr 2003 02:02:51 +0200	[thread overview]
Message-ID: <20030426000251.GA21996@win.tue.nl> (raw)
In-Reply-To: <20030425121138.GA999@SDF-EU.ORG>

On Fri, Apr 25, 2003 at 12:11:38PM +0000, John Meyers wrote:
> Wheere can i find documentation for statvfs ? 
> Any explanation or links would be helpful.

% man statfs
...
       Solaris and POSIX 1003.1-2001 have a system  call  statvfs
       that returns a struct statvfs (defined in <sys/statvfs.h>)
       containing an unsigned long f_fsid.  Linux,  SunOS,  HPUX,
       4.4BSD  have  a  system  call statfs that returns a struct
       statfs  (defined  in  <sys/vfs.h>)  containing  a   fsid_t
       f_fsid, where fsid_t is defined as struct { int val[2]; }.
       The same holds  for  FreeBSD,  except  that  it  uses  the
       include file <sys/mount.h>.
...


  reply	other threads:[~2003-04-25 23:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-25 12:11 statvfs() John Meyers
2003-04-26  0:02 ` Andries Brouwer [this message]
2003-04-25 14:38 statvfs() John Hall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030426000251.GA21996@win.tue.nl \
    --to=aebr@win.tue.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=meyers@sdf-eu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).