Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_syscalls.c781 xfs_qoff_logitem_t *qoffi; in xfs_qm_log_quotaoff_end() local
791 qoffi = xfs_trans_get_qoff_item(tp, startqoff, in xfs_qm_log_quotaoff_end()
793 xfs_trans_log_quotaoff_item(tp, qoffi); in xfs_qm_log_quotaoff_end()
815 xfs_qoff_logitem_t *qoffi=NULL; in xfs_qm_log_quotaoff() local
828 qoffi = xfs_trans_get_qoff_item(tp, NULL, flags & XFS_ALL_QUOTA_ACCT); in xfs_qm_log_quotaoff()
829 xfs_trans_log_quotaoff_item(tp, qoffi); in xfs_qm_log_quotaoff()
857 *qoffstartp = qoffi; in xfs_qm_log_quotaoff()