Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
Dvfs.c287 if (export_ops->commit_metadata) in commit_inode_metadata()
288 return export_ops->commit_metadata(inode); in commit_inode_metadata()
293 commit_metadata(struct svc_fh *fhp) in commit_metadata() function
474 host_err = commit_metadata(fhp); in nfsd_setattr()
595 error = commit_metadata(fhp); in nfsd4_vfs_fallocate()
1206 return nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr()
1313 err2 = nfserrno(commit_metadata(fhp)); in nfsd_create_locked()
1522 err = nfserrno(commit_metadata(fhp)); in do_nfsd_create()
1620 err = nfserrno(commit_metadata(fhp)); in nfsd_symlink()
1687 err = nfserrno(commit_metadata(ffhp)); in nfsd_link()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dexportfs.h208 int (*commit_metadata)(struct inode *inode); member
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_export.c231 .commit_metadata = xfs_fs_nfs_commit_metadata,
/kernel/linux/linux-5.10/drivers/md/
Ddm-clone-target.c1135 static int commit_metadata(struct clone *clone, bool *dest_dev_flushed) in commit_metadata() function
1261 if (commit_metadata(clone, &dest_dev_flushed)) { in process_deferred_flush_bios()
1457 (void) commit_metadata(clone, NULL); in clone_status()
2016 (void) commit_metadata(clone, NULL); in clone_postsuspend()
/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c1657 .commit_metadata = ext4_nfs_commit_metadata,