Searched defs:statfs (Results 1 – 4 of 4) sorted by relevance
14 struct statfs struct16 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 */
69 struct statfs struct71 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 */
39 int (*statfs) (struct dfs_filesystem *fs, struct statfs *buf); member
483 int statfs(const char *path, struct statfs *buf) in statfs() function