Home
last modified time | relevance | path

Searched defs:fs_stat (Results 1 – 1 of 1) sorted by relevance

/lk-master/lib/fs/include/lib/
A Dfs.h32 struct fs_stat { struct
33 uint64_t free_space;
34 uint64_t total_space;
36 uint32_t free_inodes;
60 status_t fs_stat_file(filehandle *handle, struct file_stat *) __NONNULL((1)); argument
88 status_t (*fs_stat)(fscookie *, struct fs_stat *); member

Completed in 4 milliseconds