blocks_per_cluster  285 fs/xfs/libxfs/xfs_ialloc.c 	nbufs = length / M_IGEO(mp)->blocks_per_cluster;
blocks_per_cluster  329 fs/xfs/libxfs/xfs_ialloc.c 				(j * M_IGEO(mp)->blocks_per_cluster));
blocks_per_cluster  332 fs/xfs/libxfs/xfs_ialloc.c 					 M_IGEO(mp)->blocks_per_cluster,
blocks_per_cluster 2343 fs/xfs/libxfs/xfs_ialloc.c 	if (M_IGEO(mp)->blocks_per_cluster == 1) {
blocks_per_cluster 2372 fs/xfs/libxfs/xfs_ialloc.c 		((offset_agbno / M_IGEO(mp)->blocks_per_cluster) *
blocks_per_cluster 2373 fs/xfs/libxfs/xfs_ialloc.c 		 M_IGEO(mp)->blocks_per_cluster);
blocks_per_cluster 2378 fs/xfs/libxfs/xfs_ialloc.c 	imap->im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster);
blocks_per_cluster 2831 fs/xfs/libxfs/xfs_ialloc.c 		igeo->blocks_per_cluster = XFS_B_TO_FSBT(mp,
blocks_per_cluster 2834 fs/xfs/libxfs/xfs_ialloc.c 		igeo->blocks_per_cluster = 1;
blocks_per_cluster 2835 fs/xfs/libxfs/xfs_ialloc.c 	igeo->inode_cluster_size = XFS_FSB_TO_B(mp, igeo->blocks_per_cluster);
blocks_per_cluster 2836 fs/xfs/libxfs/xfs_ialloc.c 	igeo->inodes_per_cluster = XFS_FSB_TO_INO(mp, igeo->blocks_per_cluster);
blocks_per_cluster 2840 fs/xfs/libxfs/xfs_ialloc.c 	    mp->m_sb.sb_inoalignmt >= igeo->blocks_per_cluster)
blocks_per_cluster  156 fs/xfs/libxfs/xfs_shared.h 	unsigned int	blocks_per_cluster;
blocks_per_cluster  247 fs/xfs/scrub/ialloc.c 	imap.im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster);
blocks_per_cluster  272 fs/xfs/scrub/ialloc.c 				M_IGEO(mp)->blocks_per_cluster,
blocks_per_cluster  277 fs/xfs/scrub/ialloc.c 	xchk_xref_is_owned_by(bs->sc, agbno, M_IGEO(mp)->blocks_per_cluster,
blocks_per_cluster 2539 fs/xfs/xfs_inode.c 	nbufs = igeo->ialloc_blks / igeo->blocks_per_cluster;
blocks_per_cluster 2565 fs/xfs/xfs_inode.c 					mp->m_bsize * igeo->blocks_per_cluster,
blocks_per_cluster  107 fs/xfs/xfs_iwalk.c 					igeo->blocks_per_cluster,
blocks_per_cluster  110 fs/xfs/xfs_iwalk.c 		agbno += igeo->blocks_per_cluster;
blocks_per_cluster 3845 fs/xfs/xfs_log_recover.c 	bb_per_cluster = XFS_FSB_TO_BB(mp, igeo->blocks_per_cluster);
blocks_per_cluster 3846 fs/xfs/xfs_log_recover.c 	nbufs = length / igeo->blocks_per_cluster;
blocks_per_cluster 3851 fs/xfs/xfs_log_recover.c 				agbno + i * igeo->blocks_per_cluster);