Home
last modified time | relevance | path

Searched refs:fdatasync (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dfsync.c21 int fdatasync(int fd) in fdatasync() function
DKconfig.sync_io20 Select 'y' here and Zephyr will provide an implementation of fdatasync(), fsync(),
25 https://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html
/Zephyr-latest/include/zephyr/posix/
Dunistd.h39 int fdatasync(int fd);
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_file.c172 res = fdatasync(file); in test_file_fdatasync()
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c233 zassert_not_null(fdatasync); in ZTEST()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst896 fdatasync(),yes