Lines Matching refs:cluster_base
364 unsigned int cluster_base) in xchk_iallocbt_check_cluster() argument
380 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base); in xchk_iallocbt_check_cluster()
386 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
402 if (imap.im_boffset != 0 && cluster_base != 0) { in xchk_iallocbt_check_cluster()
403 ASSERT(imap.im_boffset == 0 || cluster_base == 0); in xchk_iallocbt_check_cluster()
410 cluster_base, nr_inodes, cluster_mask, ir_holemask, in xchk_iallocbt_check_cluster()
412 cluster_base)); in xchk_iallocbt_check_cluster()
447 cluster_base + cluster_index, dip); in xchk_iallocbt_check_cluster()
467 unsigned int cluster_base; in xchk_iallocbt_check_clusters() local
477 for (cluster_base = 0; in xchk_iallocbt_check_clusters()
478 cluster_base < XFS_INODES_PER_CHUNK; in xchk_iallocbt_check_clusters()
479 cluster_base += M_IGEO(bs->sc->mp)->inodes_per_cluster) { in xchk_iallocbt_check_clusters()
480 error = xchk_iallocbt_check_cluster(bs, irec, cluster_base); in xchk_iallocbt_check_clusters()