Searched defs:fs_stat (Results 1 – 1 of 1) sorted by relevance
32 struct fs_stat { struct33 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)); argument88 status_t (*fs_stat)(fscookie *, struct fs_stat *); member
Completed in 4 milliseconds