Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dstatvfs.h66 struct statvfs { struct
67 unsigned long f_bsize; /* file system block size */
68 unsigned long f_frsize; /* fundamental file system block size */
69 fsblkcnt_t f_blocks; /* total number of blocks on fs */
70 fsblkcnt_t f_bfree; /* total number of free blocks */
71 fsblkcnt_t f_bavail; /* total number of available blocks */
72 fsfilcnt_t f_files; /* total number of file serial num */
73 fsfilcnt_t f_ffree; /* total number of free file ser num */
74 fsfilcnt_t f_favail; /* total number of avail file ser num */
75 unsigned long f_fsid; /* file system ID */
[all …]
H A Dsysunion.h274 struct statvfs_args statvfs; member