Home
last modified time | relevance | path

Searched refs:total_space (Results 1 – 3 of 3) sorted by relevance

/lk-master/lib/fs/include/lib/
A Dfs.h34 uint64_t total_space; member
/lk-master/lib/fs/
A Ddebug.c211 printf("\ttotal bytes: %llu\n", stat.total_space); in cmd_fs()
/lk-master/lib/fs/spifs/
A Dspifs.c1124 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 7 milliseconds