Lines Matching refs:cluster_base
365 unsigned int cluster_base) in xchk_iallocbt_check_cluster() argument
382 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base); in xchk_iallocbt_check_cluster()
388 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
404 if (imap.im_boffset != 0 && cluster_base != 0) { in xchk_iallocbt_check_cluster()
405 ASSERT(imap.im_boffset == 0 || cluster_base == 0); in xchk_iallocbt_check_cluster()
411 imap.im_blkno, imap.im_len, cluster_base, nr_inodes, in xchk_iallocbt_check_cluster()
414 cluster_base)); in xchk_iallocbt_check_cluster()
449 cluster_base + cluster_index, dip); in xchk_iallocbt_check_cluster()
469 unsigned int cluster_base; in xchk_iallocbt_check_clusters() local
479 for (cluster_base = 0; in xchk_iallocbt_check_clusters()
480 cluster_base < XFS_INODES_PER_CHUNK; in xchk_iallocbt_check_clusters()
481 cluster_base += M_IGEO(bs->sc->mp)->inodes_per_cluster) { in xchk_iallocbt_check_clusters()
482 error = xchk_iallocbt_check_cluster(bs, irec, cluster_base); in xchk_iallocbt_check_clusters()