Searched refs:fdatasync (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/utest/fs/
H A Dtest-sync.c16 // For now, test that 'fsync' and 'fdatasync' don't throw errors for file and
27 ASSERT_EQ(fdatasync(fd), 0, "");
35 ASSERT_EQ(fdatasync(fd), 0, "");
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dunistd.h38 int fdatasync(int);
/fuchsia/zircon/third_party/ulib/musl/stubs/
H A Diostubs.c351 weak_alias(stub_fdatasync, fdatasync);
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c1508 int fdatasync(int fd) { function
1509 // TODO(smklein): fdatasync does not need to flush metadata under certain

Completed in 91 milliseconds