Searched refs:cifs_fsync (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | cifsfs.h | 103 extern int cifs_fsync(struct file *, loff_t, loff_t, int);
|
D | cifsfs.c | 1490 .fsync = cifs_fsync, 1530 .fsync = cifs_fsync, 1548 .fsync = cifs_fsync, 1584 .fsync = cifs_fsync,
|
D | file.c | 2677 int cifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in cifs_fsync() function
|