Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dfsync.c12 int fsync(int fd) in fsync() function
17 FUNC_ALIAS(fsync, _fsync, int);
23 return fsync(fd); in fdatasync()
DKconfig.sync_io8 bool "Support for fsync()"
10 Select 'y' here and Zephyr will provide an implementation of fsync().
13 https://pubs.opengroup.org/onlinepubs/9699919799/functions/fsync.html
20 Select 'y' here and Zephyr will provide an implementation of fdatasync(), fsync(),
35 Select 'y' here and Zephyr will provide an alias for fsync() as _fsync().
DCMakeLists.txt78 zephyr_library_sources_ifdef(CONFIG_POSIX_FSYNC fsync.c)
/Zephyr-latest/include/zephyr/posix/
Dunistd.h35 int fsync(int fd);
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_file.c152 res = fsync(file); in test_file_fsync()
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c237 zassert_not_null(fsync); in ZTEST()
/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c438 .fsync = NULL,
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst733 fsync(),yes
897 fsync(),yes