Home
last modified time | relevance | path

Searched refs:fsync_file (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/fs/hostfs/
H A Dhostfs_user_exp.c13 EXPORT_SYMBOL_GPL(fsync_file); variable
H A Dhostfs.h86 extern int fsync_file(int fd, int datasync);
H A Dhostfs_user.c157 int fsync_file(int fd, int datasync) in fsync_file() function
H A Dhostfs_kern.c372 ret = fsync_file(HOSTFS_I(inode)->fd, datasync); in hostfs_fsync()
/kernel/linux/linux-5.10/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()

Completed in 6 milliseconds