simple_fsync_noflush
err = simple_fsync_noflush(filp, start, end, datasync);
EXPORT_SYMBOL(simple_fsync_noflush);
err = simple_fsync_noflush(file, start, end, datasync);
extern int simple_fsync_noflush(struct file *, loff_t, loff_t, int);