|
|
1.1 ! root 1: /* (-lgl ! 2: * COHERENT Version 4.0 ! 3: * Copyright (c) 1982, 1992 by Mark Williams Company. ! 4: * All rights reserved. May not be copied without permission. ! 5: -lgl) */ ! 6: ! 7: /* ! 8: * Structure for "generic superblock". ! 9: * This structure is used by statfs and fstatfs system calls. ! 10: */ ! 11: ! 12: #ifndef __SYS_STATFS_H__ ! 13: #define __SYS_STATFS_H__ ! 14: ! 15: struct statfs { ! 16: short f_fstyp; /* File system type. 1 for 512 bytes blocks */ ! 17: long f_bsize; /* Block size */ ! 18: long f_frsize; /* Fragment size */ ! 19: long f_blocks; /* Total number of blocks */ ! 20: long f_bfree; /* Count of free blocks */ ! 21: long f_files; /* Total number of file nodes */ ! 22: long f_ffree; /* Count of free file nodes */ ! 23: char f_fname[6]; /* Volume name */ ! 24: char f_fpack[6]; /* Pack name */ ! 25: }; ! 26: ! 27: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.