Searched refs:clusterino (Results 1 – 1 of 1) sorted by relevance
135 xfs_agino_t clusterino, in xchk_iallocbt_check_cluster_freemask() argument149 dip = xfs_buf_offset(bp, clusterino * mp->m_sb.sb_inodesize); in xchk_iallocbt_check_cluster_freemask()152 be64_to_cpu(dip->di_ino) != fsino + clusterino)) { in xchk_iallocbt_check_cluster_freemask()157 if (irec->ir_free & XFS_INOBT_MASK(chunkino + clusterino)) in xchk_iallocbt_check_cluster_freemask()160 fsino + clusterino, &inuse); in xchk_iallocbt_check_cluster_freemask()198 xfs_agino_t clusterino; in xchk_iallocbt_check_freemask() local218 for (clusterino = 0, holemask = 0; clusterino < nr_inodes; in xchk_iallocbt_check_freemask()219 clusterino += XFS_INODES_PER_HOLEMASK_BIT) in xchk_iallocbt_check_freemask()220 holemask |= XFS_INOBT_MASK((chunkino + clusterino) / in xchk_iallocbt_check_freemask()253 for (clusterino = 0; clusterino < nr_inodes; clusterino++) { in xchk_iallocbt_check_freemask()[all …]