Lines Matching refs:bc
61 struct xfs_bstat_chunk *bc) in xfs_bulkstat_one_int() argument
66 struct xfs_bulkstat *buf = bc->buf; in xfs_bulkstat_one_int()
112 if (!(bc->breq->flags & XFS_IBULK_NREXT64)) in xfs_bulkstat_one_int()
150 error = bc->formatter(bc->breq, buf); in xfs_bulkstat_one_int()
163 bc->breq->startino = ino + 1; in xfs_bulkstat_one_int()
174 struct xfs_bstat_chunk bc = { in xfs_bulkstat_one() local
189 bc.buf = kmem_zalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat_one()
191 if (!bc.buf) in xfs_bulkstat_one()
203 breq->startino, &bc); in xfs_bulkstat_one()
206 kmem_free(bc.buf); in xfs_bulkstat_one()
225 struct xfs_bstat_chunk *bc = data; in xfs_bulkstat_iwalk() local
228 error = xfs_bulkstat_one_int(mp, bc->breq->mnt_userns, tp, ino, data); in xfs_bulkstat_iwalk()
265 struct xfs_bstat_chunk bc = { in xfs_bulkstat() local
281 bc.buf = kmem_zalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat()
283 if (!bc.buf) in xfs_bulkstat()
298 xfs_bulkstat_iwalk, breq->icount, &bc); in xfs_bulkstat()
301 kmem_free(bc.buf); in xfs_bulkstat()