Searched refs:dq_f (Results 1 – 1 of 1) sorted by relevance
31 struct xfs_dq_logformat *dq_f; in xlog_recover_dquot_ra_pass2() local48 dq_f = item->ri_buf[0].i_addr; in xlog_recover_dquot_ra_pass2()49 ASSERT(dq_f); in xlog_recover_dquot_ra_pass2()50 ASSERT(dq_f->qlf_len == 1); in xlog_recover_dquot_ra_pass2()52 xlog_buf_readahead(log, dq_f->qlf_blkno, in xlog_recover_dquot_ra_pass2()53 XFS_FSB_TO_BB(mp, dq_f->qlf_len), in xlog_recover_dquot_ra_pass2()71 struct xfs_dq_logformat *dq_f; in xlog_recover_dquot_commit_pass2() local111 dq_f = item->ri_buf[0].i_addr; in xlog_recover_dquot_commit_pass2()112 ASSERT(dq_f); in xlog_recover_dquot_commit_pass2()113 fa = xfs_dquot_verify(mp, recddq, dq_f->qlf_id); in xlog_recover_dquot_commit_pass2()[all …]