Searched refs:fdatasync (Results 1 – 7 of 7) sorted by relevance
21 int fdatasync(int fd) in fdatasync() function
20 Select 'y' here and Zephyr will provide an implementation of fdatasync(), fsync(),25 https://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html
25 The functions fsync(), fdatasync(), and open() will provide synchronized I/O capability.
39 int fdatasync(int fd);
99 res = fdatasync(file); in ZTEST()
233 zassert_not_null(fdatasync); in ZTEST()
918 fdatasync(),yes