Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_qm_syscalls.c30 struct xfs_qoff_logitem *qoffi; in xfs_qm_log_quotaoff() local
36 qoffi = xfs_trans_get_qoff_item(tp, NULL, flags & XFS_ALL_QUOTA_ACCT); in xfs_qm_log_quotaoff()
37 xfs_trans_log_quotaoff_item(tp, qoffi); in xfs_qm_log_quotaoff()
55 *qoffstartp = qoffi; in xfs_qm_log_quotaoff()
68 struct xfs_qoff_logitem *qoffi; in xfs_qm_log_quotaoff_end() local
74 qoffi = xfs_trans_get_qoff_item(tp, *startqoff, in xfs_qm_log_quotaoff_end()
76 xfs_trans_log_quotaoff_item(tp, qoffi); in xfs_qm_log_quotaoff_end()