Searched refs:fsync (Results  1 – 9 of 9) sorted by relevance
| /Zephyr-latest/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 | 146   zephyr_library_sources_ifdef(CONFIG_POSIX_FSYNC fsync.c)
  | 
| /Zephyr-latest/include/zephyr/posix/ | 
| D | unistd.h | 35 int fsync(int fd);
  | 
| /Zephyr-latest/tests/posix/xsi_realtime/src/ | 
| D | sync_io.c | 81 	res = fsync(file);  in ZTEST()
  | 
| /Zephyr-latest/tests/posix/headers/src/ | 
| D | unistd_h.c | 237 	zassert_not_null(fsync);  in ZTEST()
  | 
| /Zephyr-latest/subsys/fs/ | 
| D | fuse_fs_access_bottom.c | 552 	.fsync = NULL,
  | 
| /Zephyr-latest/doc/services/portability/posix/option_groups/ | 
| D | index.rst | 751     fsync(),yes 919     fsync(),yes
  |