Searched refs:fsync (Results 1 – 8 of 8) sorted by relevance
12 int fsync(int fd) in fsync() function17 FUNC_ALIAS(fsync, _fsync, int);23 return fsync(fd); in fdatasync()
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.html20 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().
78 zephyr_library_sources_ifdef(CONFIG_POSIX_FSYNC fsync.c)
35 int fsync(int fd);
152 res = fsync(file); in test_file_fsync()
237 zassert_not_null(fsync); in ZTEST()
438 .fsync = NULL,
733 fsync(),yes897 fsync(),yes