Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/quota/
Dxfs_dquot_item.c68 logvec->i_addr = &qlip->qli_format; in xfs_qm_dquot_logitem_format()
77 qlip->qli_format.qlf_size = 2; in xfs_qm_dquot_logitem_format()
207 bp = xfs_incore(dqp->q_mount->m_ddev_targp, qlip->qli_format.qlf_blkno, in xfs_qm_dquot_logitem_pushbuf()
321 lp->qli_format.qlf_type = XFS_LI_DQUOT; in xfs_qm_dquot_logitem_init()
322 lp->qli_format.qlf_id = be32_to_cpu(dqp->q_core.d_id); in xfs_qm_dquot_logitem_init()
323 lp->qli_format.qlf_blkno = dqp->q_blkno; in xfs_qm_dquot_logitem_init()
324 lp->qli_format.qlf_len = 1; in xfs_qm_dquot_logitem_init()
332 lp->qli_format.qlf_boffset = (__uint32_t)dqp->q_bufoffset; in xfs_qm_dquot_logitem_init()
Dxfs_dquot_item.h30 xfs_dq_logformat_t qli_format; /* logged structure */ member