Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dvfs.c370 if (export_ops->commit_metadata) in commit_inode_metadata()
371 return export_ops->commit_metadata(inode); in commit_inode_metadata()
376 commit_metadata(struct svc_fh *fhp) in commit_metadata() function
643 host_err = commit_metadata(fhp); in nfsd_setattr()
762 error = commit_metadata(fhp); in nfsd4_vfs_fallocate()
1744 status = nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr()
1752 status = nfserrno(commit_metadata(fhp)); in nfsd_create_setattr()
2003 err = nfserrno(commit_metadata(fhp)); in nfsd_symlink()
2080 host_err = commit_metadata(ffhp); in nfsd_link()
2082 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.c923 .commit_metadata = ntfs_nfs_commit_metadata,
/linux/fs/ext4/
H A Dsuper.c1661 .commit_metadata = ext4_nfs_commit_metadata,