Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dcifsfs.h112 extern int cifs_fsync(struct file *, loff_t, loff_t, int);
Dcifsfs.c1222 .fsync = cifs_fsync,
1260 .fsync = cifs_fsync,
1278 .fsync = cifs_fsync,
1314 .fsync = cifs_fsync,
Dfile.c2551 int cifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in cifs_fsync() function