Searched refs:nfs_file_fsync_commit (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/fs/nfs/ | 
| D | file.c | 244 nfs_file_fsync_commit(struct file *file, loff_t start, loff_t end, int datasync)  in nfs_file_fsync_commit()  function 273 EXPORT_SYMBOL_GPL(nfs_file_fsync_commit); 289 		ret = nfs_file_fsync_commit(file, start, end, datasync);  in nfs_file_fsync()
  | 
| D | nfs4file.c | 113 		ret = nfs_file_fsync_commit(file, start, end, datasync);  in nfs4_file_fsync()
  | 
| D | internal.h | 344 int nfs_file_fsync_commit(struct file *, loff_t, loff_t, int);
  |