Home
last modified time | relevance | path

Searched defs:statvfs_cache (Results 1 – 1 of 1) sorted by relevance

/minix3/minix/servers/vfs/
H A Dtype.h16 struct statvfs_cache { struct
17 unsigned long f_flag; /* copy of mount exported flags */
18 unsigned long f_bsize; /* file system block size */
19 unsigned long f_frsize; /* fundamental file system block size */
20 unsigned long f_iosize; /* optimal file system block size */
22 fsblkcnt_t f_blocks; /* number of blocks in file system, */
23 fsblkcnt_t f_bfree; /* free blocks avail in file system */
24 fsblkcnt_t f_bavail; /* free blocks avail to non-root */
25 fsblkcnt_t f_bresvd; /* blocks reserved for root */
27 fsfilcnt_t f_files; /* total file nodes in file system */
[all …]