Lines Matching refs:cluster_base
359 * @cluster_base is the first inode in the cluster within the @irec.
365 unsigned int cluster_base)
382 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base);
388 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) /
395 * inode chunks. When this happens, cluster_base will be zero but
404 if (imap.im_boffset != 0 && cluster_base != 0) {
405 ASSERT(imap.im_boffset == 0 || cluster_base == 0);
411 imap.im_blkno, imap.im_len, cluster_base, nr_inodes,
414 cluster_base));
449 cluster_base + cluster_index, dip);
469 unsigned int cluster_base;
479 for (cluster_base = 0;
480 cluster_base < XFS_INODES_PER_CHUNK;
481 cluster_base += M_IGEO(bs->sc->mp)->inodes_per_cluster) {
482 error = xchk_iallocbt_check_cluster(bs, irec, cluster_base);