File:  [Early Linux] / linux / include / sys / vfs.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 18:07:26 2018 UTC (8 years, 3 months ago) by root
Branches: linus, MAIN
CVS tags: linux096c, linux096b, linux096a, HEAD
linux 0.96a

#ifndef _SYS_VFS_H_
#define _SYS_VFS_H_

typedef struct {
	long    val[2];
} fsid_t;

struct statfs {
	long f_type;
	long f_bsize;
	long f_blocks;
	long f_bfree;
	long f_bavail;
	long f_files;
	long f_ffree;
	fsid_t f_fsid;
	long f_spare[7];
};

#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.