Lines Matching defs:cluster_base
205 * @cluster_base is the first inode in the cluster within the @irec.
211 unsigned int cluster_base)
229 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base);
235 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) /
242 * inode chunks. When this happens, cluster_base will be zero but
251 if (imap.im_boffset != 0 && cluster_base != 0) {
252 ASSERT(imap.im_boffset == 0 || cluster_base == 0);
258 imap.im_blkno, imap.im_len, cluster_base, nr_inodes,
261 cluster_base));
296 cluster_base + cluster_index, dip);
316 unsigned int cluster_base;
326 for (cluster_base = 0;
327 cluster_base < XFS_INODES_PER_CHUNK;
328 cluster_base += M_IGEO(bs->sc->mp)->inodes_per_cluster) {
329 error = xchk_iallocbt_check_cluster(bs, irec, cluster_base);