Lines Matching full:bc
42 * bc->breq->lastino is effectively the inode cursor as we walk through the
61 struct xfs_bstat_chunk *bc) in xfs_bulkstat_one_int() argument
66 struct xfs_bulkstat *buf = bc->buf; in xfs_bulkstat_one_int()
123 if (!(bc->breq->flags & XFS_IBULK_NREXT64)) in xfs_bulkstat_one_int()
161 error = bc->formatter(bc->breq, buf); in xfs_bulkstat_one_int()
174 bc->breq->startino = ino + 1; in xfs_bulkstat_one_int()
185 struct xfs_bstat_chunk bc = { in xfs_bulkstat_one() local
200 bc.buf = kmem_zalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat_one()
202 if (!bc.buf) in xfs_bulkstat_one()
214 breq->startino, &bc); in xfs_bulkstat_one()
217 kmem_free(bc.buf); in xfs_bulkstat_one()
236 struct xfs_bstat_chunk *bc = data; in xfs_bulkstat_iwalk() local
239 error = xfs_bulkstat_one_int(mp, bc->breq->idmap, tp, ino, data); in xfs_bulkstat_iwalk()
276 struct xfs_bstat_chunk bc = { in xfs_bulkstat() local
292 bc.buf = kmem_zalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat()
294 if (!bc.buf) in xfs_bulkstat()
309 xfs_bulkstat_iwalk, breq->icount, &bc); in xfs_bulkstat()
312 kmem_free(bc.buf); in xfs_bulkstat()