Searched defs:uv_statfs_s (Results 1 – 1 of 1) sorted by relevance
1152 struct uv_statfs_s { struct1153 uint64_t f_type;1154 uint64_t f_bsize;1155 uint64_t f_blocks;1156 uint64_t f_bfree;1157 uint64_t f_bavail;1158 uint64_t f_files;1159 uint64_t f_ffree;1160 uint64_t f_spare[4];