Lines Matching full:bc
50 * bc->breq->lastino is effectively the inode cursor as we walk through the
69 struct xfs_bstat_chunk *bc) in xfs_bulkstat_one_int() argument
74 struct xfs_bulkstat *buf = bc->buf; in xfs_bulkstat_one_int()
109 if (want_metadir_file(ip, bc->breq)) { in xfs_bulkstat_one_int()
119 error = bc->formatter(bc->breq, buf); in xfs_bulkstat_one_int()
156 if (!(bc->breq->flags & XFS_IBULK_NREXT64)) in xfs_bulkstat_one_int()
194 error = bc->formatter(bc->breq, buf); in xfs_bulkstat_one_int()
207 bc->breq->startino = ino + 1; in xfs_bulkstat_one_int()
218 struct xfs_bstat_chunk bc = { in xfs_bulkstat_one() local
233 bc.buf = kzalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat_one()
235 if (!bc.buf) in xfs_bulkstat_one()
247 breq->startino, &bc); in xfs_bulkstat_one()
250 kfree(bc.buf); in xfs_bulkstat_one()
269 struct xfs_bstat_chunk *bc = data; in xfs_bulkstat_iwalk() local
272 error = xfs_bulkstat_one_int(mp, bc->breq->idmap, tp, ino, data); in xfs_bulkstat_iwalk()
309 struct xfs_bstat_chunk bc = { in xfs_bulkstat() local
325 bc.buf = kzalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat()
327 if (!bc.buf) in xfs_bulkstat()
342 xfs_bulkstat_iwalk, breq->icount, &bc); in xfs_bulkstat()
345 kfree(bc.buf); in xfs_bulkstat()