Home
last modified time | relevance | path

Searched refs:fs_sync (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/include/zephyr/fs/
Dfs.h465 int fs_sync(struct fs_file_t *zfp);
/Zephyr-latest/drivers/disk/
Dloopback_disk.c112 return fs_sync(&ctx->file); in loopback_disk_access_ioctl()
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs_dir_file.c606 ret = fs_sync(&err_filep); in _test_file_sync()
613 ret = fs_sync(&err_filep); in _test_file_sync()
626 ret = fs_sync(&filep); in _test_file_sync()
643 ret = fs_sync(&filep); in _test_file_sync()
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_file.c83 res = fs_sync(&filep); in test_file_sync()
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_file.c84 res = fs_sync(&filep); in test_file_sync()
/Zephyr-latest/lib/posix/options/
Dfs.c158 rc = fs_sync(&ptr->file); in fs_ioctl_vmeth()
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_basic.c315 zassert_equal(fs_sync(&file), 0, in sync_goodbye()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_fs.c214 rc = fs_sync(f); in write_log_to_file()
/Zephyr-latest/subsys/fs/
Dfs.c324 int fs_sync(struct fs_file_t *zfp) in fs_sync() function
Dshell.c735 fs_sync(&file); in cmd_erase_write_test()
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1512 this enables the filesystem api :c:func:`fs_sync`.