Searched refs:fsync_file (Results 1 – 4 of 4) sorted by relevance
13 EXPORT_SYMBOL_GPL(fsync_file);
87 extern int fsync_file(int fd, int datasync);
158 int fsync_file(int fd, int datasync) in fsync_file() function
386 ret = fsync_file(HOSTFS_I(inode)->fd, datasync); in hostfs_fsync()