Home
last modified time | relevance | path

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

/Zephyr-4.2.1/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.txt160 zephyr_library_sources_ifdef(CONFIG_POSIX_FSYNC fsync.c)
/Zephyr-4.2.1/include/zephyr/posix/
Dunistd.h32 int fsync(int fd);
/Zephyr-4.2.1/tests/posix/xsi_realtime/src/
Dsync_io.c81 res = fsync(file); in ZTEST()
/Zephyr-4.2.1/doc/services/portability/posix/option_groups/
Dindex.rst814 fsync(),yes
956 fsync(),yes
/Zephyr-4.2.1/subsys/fs/
Dfuse_fs_access_bottom.c617 .fsync = NULL,