Home
last modified time | relevance | path

Searched refs:commit_metadata (Results 1 – 6 of 6) sorted by relevance

/linux/fs/nfsd/
H A Dvfs.c368 if (export_ops->commit_metadata) in commit_inode_metadata()
369 return export_ops->commit_metadata(inode); in commit_inode_metadata()
374 commit_metadata(struct svc_fh *fhp) in commit_metadata() function
621 host_err = commit_metadata(fhp); in nfsd_setattr()
740 error = commit_metadata(fhp); in nfsd4_vfs_fallocate()
1469 status = nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr()
1474 * following commit_metadata a noop in many cases. in nfsd_create_setattr()
1477 status = nfserrno(commit_metadata(fhp)); in nfsd_create_setattr()
1734 err = nfserrno(commit_metadata(fhp)); in nfsd_symlink()
1811 host_err = commit_metadata(ffh in nfsd_link()
[all...]
/linux/fs/xfs/
H A Dxfs_export.c245 .commit_metadata = xfs_fs_nfs_commit_metadata,
/linux/include/linux/
H A Dexportfs.h195 * @commit_metadata: commit metadata changes to stable storage
246 * commit_metadata:
247 * @commit_metadata should commit metadata changes to stable storage.
264 int (*commit_metadata)(struct inode *inode); member
/linux/drivers/md/
H A Ddm-clone-target.c1129 static int commit_metadata(struct clone *clone, bool *dest_dev_flushed) in commit_metadata() function
1247 if (commit_metadata(clone, &dest_dev_flushed)) { in process_deferred_flush_bios()
1443 (void) commit_metadata(clone, NULL); in clone_status()
2005 (void) commit_metadata(clone, NULL); in clone_postsuspend()
/linux/fs/ntfs3/
H A Dsuper.c877 .commit_metadata = ntfs_nfs_commit_metadata,
/linux/fs/ext4/
H A Dsuper.c1636 .commit_metadata = ext4_nfs_commit_metadata,