Searched defs:statvfs90 (Results 1 – 3 of 3) sorted by relevance
37 struct statvfs90 { struct38 unsigned long f_flag; /* copy of mount exported flags */39 unsigned long f_bsize; /* file system block size */40 unsigned long f_frsize; /* fundamental file system block size */41 unsigned long f_iosize; /* optimal file system block size */44 fsblkcnt_t f_blocks; /* number of blocks in file system, */45 fsblkcnt_t f_bfree; /* free blocks avail in file system */46 fsblkcnt_t f_bavail; /* free blocks avail to non-root */47 fsblkcnt_t f_bresvd; /* blocks reserved for root */49 fsfilcnt_t f_files; /* total file nodes in file system */[all …]
2701 struct statvfs90 { struct2702 unsigned long f_flag;2703 unsigned long f_bsize;2704 unsigned long f_frsize;2705 unsigned long f_iosize;2707 u64 f_blocks;2708 u64 f_bfree;2709 u64 f_bavail;2710 u64 f_bresvd;2712 u64 f_files;[all …]
2700 struct statvfs90 { struct2701 unsigned long f_flag;2702 unsigned long f_bsize;2703 unsigned long f_frsize;2704 unsigned long f_iosize;2706 u64 f_blocks;2707 u64 f_bfree;2708 u64 f_bavail;2709 u64 f_bresvd;2711 u64 f_files;[all …]