Searched refs:total_space (Results 1 – 3 of 3) sorted by relevance
34 uint64_t total_space; member
211 printf("\ttotal bytes: %llu\n", stat.total_space); in cmd_fs()
1124 stat->total_space = (uint64_t)spifs->dev->total_size; in spifs_fs_stat()1125 stat->free_space = stat->total_space - used_space(spifs); in spifs_fs_stat()
Completed in 6 milliseconds