Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsfs.h103 extern int cifs_fsync(struct file *, loff_t, loff_t, int);
H A Dcifsfs.c1599 .fsync = cifs_fsync,
1639 .fsync = cifs_fsync,
1657 .fsync = cifs_fsync,
1693 .fsync = cifs_fsync,
H A Dfile.c2782 int cifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in cifs_fsync() function