Home
last modified time | relevance | path

Searched refs:fsync_file (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/hostfs/
H A Dhostfs.h85 extern int fsync_file(int fd, int datasync);
H A Dhostfs_user.c156 int fsync_file(int fd, int datasync) in fsync_file() function
H A Dhostfs_kern.c373 ret = fsync_file(HOSTFS_I(inode)->fd, datasync); in hostfs_fsync()