Home
last modified time | relevance | path

Searched refs:statvfs (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/fs/
Dfs_sys.h187 int (*statvfs)(struct fs_mount_t *mountp, const char *path, member
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs.c353 .statvfs = temp_statvfs,
/Zephyr-latest/subsys/fs/
Dfs.c654 CHECKIF(mp->fs->statvfs == NULL) { in fs_statvfs()
658 rc = mp->fs->statvfs(mp, abs_path, stat); in fs_statvfs()
Dfat_fs.c554 .statvfs = fatfs_statvfs,
Dfuse_fs_access_bottom.c516 static int fuse_fs_access_statfs(const char *path, struct statvfs *buf) in fuse_fs_access_statfs()
Dshell.c919 SHELL_CMD_ARG(statvfs, NULL, "Show file system state", cmd_statvfs, 2, 0),
Dlittlefs_fs.c1055 .statvfs = littlefs_statvfs,
/Zephyr-latest/subsys/fs/ext2/
Dext2_ops.c644 .statvfs = ext2_statvfs,
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst254 statvfs(),