Searched refs:fsync (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-4.2.1/lib/posix/options/ |
| D | fsync.c | 12 int fsync(int fd) in fsync() function 17 FUNC_ALIAS(fsync, _fsync, int); 23 return fsync(fd); in fdatasync()
|
| D | Kconfig.sync_io | 8 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().
|
| D | Kconfig.xsi_realtime | 19 fsync(), mlockall(), munlockall(), mlock(), munlock(), mq_close(), mq_getattr(), mq_notify(), 25 The functions fsync(), fdatasync(), and open() will provide synchronized I/O capability.
|
| D | CMakeLists.txt | 160 zephyr_library_sources_ifdef(CONFIG_POSIX_FSYNC fsync.c)
|
| /Zephyr-4.2.1/include/zephyr/posix/ |
| D | unistd.h | 32 int fsync(int fd);
|
| /Zephyr-4.2.1/tests/posix/xsi_realtime/src/ |
| D | sync_io.c | 81 res = fsync(file); in ZTEST()
|
| /Zephyr-4.2.1/doc/services/portability/posix/option_groups/ |
| D | index.rst | 814 fsync(),yes 956 fsync(),yes
|
| /Zephyr-4.2.1/subsys/fs/ |
| D | fuse_fs_access_bottom.c | 617 .fsync = NULL,
|