Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dvfs.c364 if (export_ops->commit_metadata) in commit_inode_metadata()
365 return export_ops->commit_metadata(inode); in commit_inode_metadata()
370 commit_metadata(struct svc_fh *fhp) in commit_metadata() function
607 host_err = commit_metadata(fhp); in nfsd_setattr()
726 error = commit_metadata(fhp); in nfsd4_vfs_fallocate()
1680 err = nfserrno(commit_metadata(fhp)); in nfsd_symlink()
1755 host_err = commit_metadata(ffhp); in nfsd_link()
1757 host_err = commit_metadata(tfhp); in nfsd_link()
1916 host_err = commit_metadata(tfhp); in nfsd_rename()
1918 host_err = commit_metadata(ffhp); in nfsd_rename()
[all …]
/linux-6.15/fs/xfs/
H A Dxfs_export.c245 .commit_metadata = xfs_fs_nfs_commit_metadata,
/linux-6.15/include/linux/
H A Dexportfs.h264 int (*commit_metadata)(struct inode *inode); member
/linux-6.15/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-6.15/fs/ntfs3/
H A Dsuper.c877 .commit_metadata = ntfs_nfs_commit_metadata,
/linux-6.15/fs/ext4/
H A Dsuper.c1640 .commit_metadata = ext4_nfs_commit_metadata,