Searched defs:fsync (Results 1 – 9 of 9) sorted by relevance
143 int (*fsync)(const char* path, int datasync, struct fuse_file_info*); member
149 int WRAP(fsync)(int fd) { in WRAP() argument
189 int WRAP(fsync)(int fd) NOTHROW { in WRAP() argument
385 int WRAP(fsync)(int fd) { in WRAP() argument
623 int KernelProxy::fsync(int fd) { in fsync() function in nacl_io::KernelProxy
97 #define fsync _commit macro
531 int fsync(int fildes) in fsync() function
316 TEST_F(KernelWrapTest, fsync) { in TEST_F() argument
388 PRFsyncFN fsync; /* flush all buffers to permanent store */ member