Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/libc/compilers/newlib/sys/
H A Dstatfs.h14 struct statfs struct
16 rt_size_t f_bsize; /* block size */
17 rt_size_t f_blocks; /* total data blocks in file system */
18 rt_size_t f_bfree; /* free blocks in file system */
/nrf52832-nimble/rt-thread/components/dfs/include/
H A Ddfs.h69 struct statfs struct
71 size_t f_bsize; /* block size */
72 size_t f_blocks; /* total data blocks in file system */
73 size_t f_bfree; /* free blocks in file system */
H A Ddfs_fs.h39 int (*statfs) (struct dfs_filesystem *fs, struct statfs *buf); member
/nrf52832-nimble/rt-thread/components/dfs/src/
H A Ddfs_posix.c483 int statfs(const char *path, struct statfs *buf) in statfs() function