Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_exchrange.c842 struct xfs_commit_range_fresh { struct
862 struct xfs_commit_range_fresh *kern_f; in xfs_ioc_start_commit() argument
863 struct xfs_commit_range_fresh __user *user_f; in xfs_ioc_start_commit()
870 BUILD_BUG_ON(sizeof(struct xfs_commit_range_fresh) != in xfs_ioc_start_commit()
873 kern_f = (struct xfs_commit_range_fresh *)&args.file2_freshness; in xfs_ioc_start_commit()
889 user_f = (struct xfs_commit_range_fresh __user *)&argp->file2_freshness; in xfs_ioc_start_commit()
909 struct xfs_commit_range_fresh *kern_f; in xfs_ioc_commit_range()
915 kern_f = (struct xfs_commit_range_fresh *)&args.file2_freshness; in xfs_ioc_commit_range()