Searched refs:cifs_fsync (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | cifsfs.h | 105 extern int cifs_fsync(struct file *, loff_t, loff_t, int);
|
H A D | cifsfs.c | 1537 .fsync = cifs_fsync, 1577 .fsync = cifs_fsync, 1595 .fsync = cifs_fsync, 1631 .fsync = cifs_fsync,
|
H A D | file.c | 3293 int cifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in cifs_fsync() function
|