Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/
Dxfs_exchrange.c824 struct xfs_commit_range_fresh { struct
844 struct xfs_commit_range_fresh *kern_f; in xfs_ioc_start_commit() argument
845 struct xfs_commit_range_fresh __user *user_f; in xfs_ioc_start_commit()
852 BUILD_BUG_ON(sizeof(struct xfs_commit_range_fresh) != in xfs_ioc_start_commit()
855 kern_f = (struct xfs_commit_range_fresh *)&args.file2_freshness; in xfs_ioc_start_commit()
871 user_f = (struct xfs_commit_range_fresh __user *)&argp->file2_freshness; in xfs_ioc_start_commit()
891 struct xfs_commit_range_fresh *kern_f; in xfs_ioc_commit_range()
895 kern_f = (struct xfs_commit_range_fresh *)&args.file2_freshness; in xfs_ioc_commit_range()