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()
131 if (!(bc->breq->flags & XFS_IBULK_NREXT64)) in xfs_bulkstat_one_int()
169 error = bc->formatter(bc->breq, buf); in xfs_bulkstat_one_int()
182 bc->breq->startino = ino + 1; in xfs_bulkstat_one_int()
193 struct xfs_bstat_chunk bc = { in xfs_bulkstat_one() local
208 bc.buf = kzalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat_one()
210 if (!bc.buf) in xfs_bulkstat_one()
222 breq->startino, &bc); in xfs_bulkstat_one()
225 kfree(bc.buf); in xfs_bulkstat_one()
244 struct xfs_bstat_chunk *bc = data; in xfs_bulkstat_iwalk() local
247 error = xfs_bulkstat_one_int(mp, bc->breq->idmap, tp, ino, data); in xfs_bulkstat_iwalk()
284 struct xfs_bstat_chunk bc = { in xfs_bulkstat() local
300 bc.buf = kzalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat()
302 if (!bc.buf) in xfs_bulkstat()
317 xfs_bulkstat_iwalk, breq->icount, &bc); in xfs_bulkstat()
320 kfree(bc.buf); in xfs_bulkstat()