Searched refs:nfs_file_fsync_commit (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | file.c | 237 nfs_file_fsync_commit(struct file *file, loff_t start, loff_t end, int datasync) in nfs_file_fsync_commit() function 266 EXPORT_SYMBOL_GPL(nfs_file_fsync_commit); 282 ret = nfs_file_fsync_commit(file, start, end, datasync); in nfs_file_fsync()
|
D | nfs4file.c | 145 ret = nfs_file_fsync_commit(file, start, end, datasync); in nfs4_file_fsync()
|
D | internal.h | 361 int nfs_file_fsync_commit(struct file *, loff_t, loff_t, int);
|