Searched defs:puffs_statvfs (Results 1 – 1 of 1) sorted by relevance
116 struct puffs_statvfs { struct117 unsigned long f_flag; /* copy of mount exported flags */118 unsigned long f_bsize; /* file system block size */119 unsigned long f_frsize; /* fundamental file system block size */120 unsigned long f_iosize; /* optimal file system block size */123 fsblkcnt_t f_blocks; /* number of blocks in file system, */124 fsblkcnt_t f_bfree; /* free blocks avail in file system */125 fsblkcnt_t f_bavail; /* free blocks avail to non-root */126 fsblkcnt_t f_bresvd; /* blocks reserved for root */128 fsfilcnt_t f_files; /* total file nodes in file system */[all …]