Searched refs:qlf (Results 1 – 1 of 1) sorted by relevance
51 struct xfs_dq_logformat *qlf; in xfs_qm_dquot_logitem_format() local53 qlf = xlog_prepare_iovec(lv, &vecp, XLOG_REG_TYPE_QFORMAT); in xfs_qm_dquot_logitem_format()54 qlf->qlf_type = XFS_LI_DQUOT; in xfs_qm_dquot_logitem_format()55 qlf->qlf_size = 2; in xfs_qm_dquot_logitem_format()56 qlf->qlf_id = qlip->qli_dquot->q_id; in xfs_qm_dquot_logitem_format()57 qlf->qlf_blkno = qlip->qli_dquot->q_blkno; in xfs_qm_dquot_logitem_format()58 qlf->qlf_len = 1; in xfs_qm_dquot_logitem_format()59 qlf->qlf_boffset = qlip->qli_dquot->q_bufoffset; in xfs_qm_dquot_logitem_format()252 struct xfs_qoff_logformat *qlf; in xfs_qm_qoff_logitem_format() local254 qlf = xlog_prepare_iovec(lv, &vecp, XLOG_REG_TYPE_QUOTAOFF); in xfs_qm_qoff_logitem_format()[all …]