Home
last modified time | relevance | path

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

/Linux-v6.6/fs/hostfs/
Dhostfs_user_exp.c13 EXPORT_SYMBOL_GPL(fsync_file);
Dhostfs.h86 extern int fsync_file(int fd, int datasync);
Dhostfs_user.c157 int fsync_file(int fd, int datasync) in fsync_file() function
Dhostfs_kern.c372 ret = fsync_file(HOSTFS_I(inode)->fd, datasync); in hostfs_fsync()