Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dvfs.c372 if (export_ops->commit_metadata) in commit_inode_metadata()
373 return export_ops->commit_metadata(inode); in commit_inode_metadata()
378 commit_metadata(struct svc_fh *fhp) in commit_metadata() function
651 host_err = commit_metadata(fhp); in nfsd_setattr()
770 error = commit_metadata(fhp); in nfsd4_vfs_fallocate()
1763 status = nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr()
1771 status = nfserrno(commit_metadata(fhp)); in nfsd_create_setattr()
2022 err = nfserrno(commit_metadata(fhp)); in nfsd_symlink()
2099 host_err = commit_metadata(ffhp); in nfsd_link()
2101 host_err = commit_metadata(tfhp); in nfsd_link()
[all …]
/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()
1990 (void) commit_metadata(clone, NULL); in clone_postsuspend()
/linux/fs/ntfs3/
H A Dsuper.c930 .commit_metadata = ntfs_nfs_commit_metadata,
/linux/fs/ext4/
H A Dsuper.c1705 .commit_metadata = ext4_nfs_commit_metadata,