Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsfs.c935 .fsync = cifs_fsync,
968 .fsync = cifs_fsync,
983 .fsync = cifs_fsync,
1014 .fsync = cifs_fsync,
Dcifsfs.h99 extern int cifs_fsync(struct file *, loff_t, loff_t, int);
Dfile.c2358 int cifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in cifs_fsync() function