Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 9 of 9) 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().
DKconfig.xsi_realtime19 fsync(), mlockall(), munlockall(), mlock(), munlock(), mq_close(), mq_getattr(), mq_notify(),
25 The functions fsync(), fdatasync(), and open() will provide synchronized I/O capability.
DCMakeLists.txt146 zephyr_library_sources_ifdef(CONFIG_POSIX_FSYNC fsync.c)
/Zephyr-latest/include/zephyr/posix/
Dunistd.h35 int fsync(int fd);
/Zephyr-latest/tests/posix/xsi_realtime/src/
Dsync_io.c81 res = fsync(file); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c237 zassert_not_null(fsync); in ZTEST()
/Zephyr-latest/subsys/fs/
Dfuse_fs_access_bottom.c552 .fsync = NULL,
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst751 fsync(),yes
919 fsync(),yes