linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: statvfs()
@ 2003-04-25 14:38 John Hall
  0 siblings, 0 replies; 3+ messages in thread
From: John Hall @ 2003-04-25 14:38 UTC (permalink / raw)
  To: John Meyers; +Cc: linux-kernel

On 25 April 2003 13:12, John Meyers <meyers@sdf-eu.org> wrote:

> Wheere can i find documentation for statvfs ? 
> Any explanation or links would be helpful.

Google throws up:
	http://www.mcsr.olemiss.edu/cgi-bin/man-cgi?statvfs+2

which seems to be a generic 'Unix' man page, but has worked for me in
the past.

Regards,
John

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: statvfs()
  2003-04-25 12:11 statvfs() John Meyers
@ 2003-04-26  0:02 ` Andries Brouwer
  0 siblings, 0 replies; 3+ messages in thread
From: Andries Brouwer @ 2003-04-26  0:02 UTC (permalink / raw)
  To: John Meyers; +Cc: linux-kernel

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>.
...


^ permalink raw reply	[flat|nested] 3+ messages in thread

* statvfs()
@ 2003-04-25 12:11 John Meyers
  2003-04-26  0:02 ` statvfs() Andries Brouwer
  0 siblings, 1 reply; 3+ messages in thread
From: John Meyers @ 2003-04-25 12:11 UTC (permalink / raw)
  To: linux-kernel

Wheere can i find documentation for statvfs ? 
Any explanation or links would be helpful.


-
Meyers

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-25 23:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-25 14:38 statvfs() John Hall
  -- strict thread matches above, loose matches on Subject: below --
2003-04-25 12:11 statvfs() John Meyers
2003-04-26  0:02 ` statvfs() Andries Brouwer

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).