Lines Matching defs:breq
35 struct xfs_ibulk *breq;
42 * bc->breq->lastino is effectively the inode cursor as we walk through the
123 if (!(bc->breq->flags & XFS_IBULK_NREXT64))
161 error = bc->formatter(bc->breq, buf);
174 bc->breq->startino = ino + 1;
182 struct xfs_ibulk *breq,
187 .breq = breq,
192 if (breq->idmap != &nop_mnt_idmap) {
193 xfs_warn_ratelimited(breq->mp,
198 ASSERT(breq->icount == 1);
209 error = xfs_trans_alloc_empty(breq->mp, &tp);
213 error = xfs_bulkstat_one_int(breq->mp, breq->idmap, tp,
214 breq->startino, &bc);
239 error = xfs_bulkstat_one_int(mp, bc->breq->idmap, tp, ino, data);
273 struct xfs_ibulk *breq,
278 .breq = breq,
284 if (breq->idmap != &nop_mnt_idmap) {
285 xfs_warn_ratelimited(breq->mp,
289 if (xfs_bulkstat_already_done(breq->mp, breq->startino))
301 error = xfs_trans_alloc_empty(breq->mp, &tp);
305 if (breq->flags & XFS_IBULK_SAME_AG)
308 error = xfs_iwalk(breq->mp, tp, breq->startino, iwalk_flags,
309 xfs_bulkstat_iwalk, breq->icount, &bc);
321 if (breq->ocount > 0)
368 struct xfs_ibulk *breq;
403 error = ic->formatter(ic->breq, &inogrp);
407 ic->breq->startino = XFS_AGINO_TO_INO(mp, agno, irec->ir_startino) +
417 struct xfs_ibulk *breq,
422 .breq = breq,
427 if (xfs_bulkstat_already_done(breq->mp, breq->startino))
434 error = xfs_trans_alloc_empty(breq->mp, &tp);
438 error = xfs_inobt_walk(breq->mp, tp, breq->startino, breq->flags,
439 xfs_inumbers_walk, breq->icount, &ic);
450 if (breq->ocount > 0)