Lines Matching defs:breq
34 struct xfs_ibulk *breq;
41 * bc->breq->lastino is effectively the inode cursor as we walk through the
139 error = bc->formatter(bc->breq, buf);
152 bc->breq->startino = ino + 1;
160 struct xfs_ibulk *breq,
165 .breq = breq,
169 ASSERT(breq->icount == 1);
176 error = xfs_bulkstat_one_int(breq->mp, NULL, breq->startino, &bc);
233 struct xfs_ibulk *breq,
238 .breq = breq,
242 if (xfs_bulkstat_already_done(breq->mp, breq->startino))
250 error = xfs_iwalk(breq->mp, NULL, breq->startino, breq->flags,
251 xfs_bulkstat_iwalk, breq->icount, &bc);
262 if (breq->ocount > 0)
309 struct xfs_ibulk *breq;
344 error = ic->formatter(ic->breq, &inogrp);
348 ic->breq->startino = XFS_AGINO_TO_INO(mp, agno, irec->ir_startino) +
358 struct xfs_ibulk *breq,
363 .breq = breq,
367 if (xfs_bulkstat_already_done(breq->mp, breq->startino))
370 error = xfs_inobt_walk(breq->mp, NULL, breq->startino, breq->flags,
371 xfs_inumbers_walk, breq->icount, &ic);
380 if (breq->ocount > 0)