Searched refs:statvfs (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-latest/include/zephyr/fs/ |
| D | fs_sys.h | 187 int (*statvfs)(struct fs_mount_t *mountp, const char *path, member
|
| /Zephyr-latest/tests/subsys/fs/fs_api/src/ |
| D | test_fs.c | 353 .statvfs = temp_statvfs,
|
| /Zephyr-latest/subsys/fs/ |
| D | fs.c | 654 CHECKIF(mp->fs->statvfs == NULL) { in fs_statvfs() 658 rc = mp->fs->statvfs(mp, abs_path, stat); in fs_statvfs()
|
| D | fat_fs.c | 554 .statvfs = fatfs_statvfs,
|
| D | fuse_fs_access_bottom.c | 516 static int fuse_fs_access_statfs(const char *path, struct statvfs *buf) in fuse_fs_access_statfs()
|
| D | shell.c | 919 SHELL_CMD_ARG(statvfs, NULL, "Show file system state", cmd_statvfs, 2, 0),
|
| D | littlefs_fs.c | 1055 .statvfs = littlefs_statvfs,
|
| /Zephyr-latest/subsys/fs/ext2/ |
| D | ext2_ops.c | 644 .statvfs = ext2_statvfs,
|
| /Zephyr-latest/doc/services/portability/posix/option_groups/ |
| D | index.rst | 254 statvfs(),
|