Searched defs:uv_statfs_s (Results 1 – 1 of 1) sorted by relevance
1138 struct uv_statfs_s { struct1139 uint64_t f_type;1140 uint64_t f_bsize;1141 uint64_t f_blocks;1142 uint64_t f_bfree;1143 uint64_t f_bavail;1144 uint64_t f_files;1145 uint64_t f_ffree;1146 uint64_t f_spare[4];