Home
last modified time | relevance | path

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

/AliOS-Things-master/components/vfs/include/aos/
A Dvfs.h36 struct aos_statfs { struct
37 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 */
/AliOS-Things-master/components/amp_adapter/portfiles/aos/
A Dvfs.h36 struct aos_statfs { struct
37 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 */
/AliOS-Things-master/components/amp_adapter/
A Dvfs.h36 struct aos_statfs { struct
37 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 */
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_fs.c65 int aos_statfs(const char *path, struct aos_statfs *buf) in aos_statfs() function
/AliOS-Things-master/components/vfs/
A Dvfs_aos.c161 int aos_statfs(const char *path, struct aos_statfs *buf) in aos_statfs() function

Completed in 17 milliseconds