Searched defs:aos_statfs (Results 1 – 5 of 5) sorted by relevance
36 struct aos_statfs { struct37 long f_type; /**< fs type */38 long f_bsize; /**< optimized transport block size */39 long f_blocks; /**< total blocks */40 long f_bfree; /**< available blocks */41 long f_bavail; /**< number of blocks that non-super users can acquire */42 long f_files; /**< total number of file nodes */43 long f_ffree; /**< available file nodes */44 long f_fsid; /**< fs id */45 long f_namelen; /**< max file name length */
65 int aos_statfs(const char *path, struct aos_statfs *buf) in aos_statfs() function
161 int aos_statfs(const char *path, struct aos_statfs *buf) in aos_statfs() function
Completed in 17 milliseconds