Searched defs:fsync (Results 1 – 9 of 9) sorted by relevance
12 int fsync(int fd) { in fsync() function
139 void SQLiteDatabase::setFullsync(bool fsync) in setFullsync()
101 int (*fsync)(const char* path, int datasync, struct fuse_file_info*); member
143 int WRAP(fsync)(int fd) { in WRAP() argument
539 int KernelProxy::fsync(int fd) { in fsync() function in nacl_io::KernelProxy
103 #define fsync _commit macro
240 TEST_F(KernelWrapTest, fsync) { in TEST_F() argument
388 PRFsyncFN fsync; /* flush all buffers to permanent store */ member
1624 int (*fsync) (struct file *, loff_t, loff_t, int datasync); member