Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_dquot_item.c50 struct xfs_dq_logformat *qlf; in xfs_qm_dquot_logitem_format() local
52 qlf = xlog_prepare_iovec(lv, &vecp, XLOG_REG_TYPE_QFORMAT); in xfs_qm_dquot_logitem_format()
53 qlf->qlf_type = XFS_LI_DQUOT; in xfs_qm_dquot_logitem_format()
54 qlf->qlf_size = 2; in xfs_qm_dquot_logitem_format()
55 qlf->qlf_id = be32_to_cpu(qlip->qli_dquot->q_core.d_id); in xfs_qm_dquot_logitem_format()
56 qlf->qlf_blkno = qlip->qli_dquot->q_blkno; in xfs_qm_dquot_logitem_format()
57 qlf->qlf_len = 1; in xfs_qm_dquot_logitem_format()
58 qlf->qlf_boffset = qlip->qli_dquot->q_bufoffset; in xfs_qm_dquot_logitem_format()
313 struct xfs_qoff_logformat *qlf; in xfs_qm_qoff_logitem_format() local
315 qlf = xlog_prepare_iovec(lv, &vecp, XLOG_REG_TYPE_QUOTAOFF); in xfs_qm_qoff_logitem_format()
[all …]