File:  [MW Coherent from dump] / coherent / f / usr / include.78 / sys / statfs.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/* (-lgl
 * 	COHERENT Version 4.0
 * 	Copyright (c) 1982, 1992 by Mark Williams Company.
 * 	All rights reserved. May not be copied without permission.
 -lgl) */

/*
 * Structure for "generic superblock".
 * This structure is used by statfs and fstatfs system calls.
 */

#ifndef	__SYS_STATFS_H__
#define __SYS_STATFS_H__

struct statfs {
	short	f_fstyp;	/* File system type. 1 for 512 bytes blocks */
	long	f_bsize;	/* Block size */
	long	f_frsize;	/* Fragment size */
	long	f_blocks;	/* Total number of blocks */
	long	f_bfree;	/* Count of free blocks */
	long	f_files;	/* Total number of file nodes */
	long	f_ffree;	/* Count of free file nodes */
	char	f_fname[6];	/* Volume name */
	char	f_fpack[6];	/* Pack name */
};

#endif

unix.superglobalmegacorp.com

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