Searched refs:blocks_per_cluster (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_ialloc.c | 285 	nbufs = length / M_IGEO(mp)->blocks_per_cluster;  in xfs_ialloc_inode_init() 329 				(j * M_IGEO(mp)->blocks_per_cluster));  in xfs_ialloc_inode_init() 332 					 M_IGEO(mp)->blocks_per_cluster,  in xfs_ialloc_inode_init() 2343 	if (M_IGEO(mp)->blocks_per_cluster == 1) {  in xfs_imap() 2372 		((offset_agbno / M_IGEO(mp)->blocks_per_cluster) *  in xfs_imap() 2373 		 M_IGEO(mp)->blocks_per_cluster);  in xfs_imap() 2378 	imap->im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster);  in xfs_imap() 2831 		igeo->blocks_per_cluster = XFS_B_TO_FSBT(mp,  in xfs_ialloc_setup_geometry() 2834 		igeo->blocks_per_cluster = 1;  in xfs_ialloc_setup_geometry() 2835 	igeo->inode_cluster_size = XFS_FSB_TO_B(mp, igeo->blocks_per_cluster);  in xfs_ialloc_setup_geometry() [all …] 
 | 
| D | xfs_shared.h | 156 	unsigned int	blocks_per_cluster;  member
  | 
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | ialloc.c | 247 	imap.im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster);  in xchk_iallocbt_check_cluster() 272 				M_IGEO(mp)->blocks_per_cluster,  in xchk_iallocbt_check_cluster() 277 	xchk_xref_is_owned_by(bs->sc, agbno, M_IGEO(mp)->blocks_per_cluster,  in xchk_iallocbt_check_cluster()
  | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_iwalk.c | 107 					igeo->blocks_per_cluster,  in xfs_iwalk_ichunk_ra() 110 		agbno += igeo->blocks_per_cluster;  in xfs_iwalk_ichunk_ra()
  | 
| D | xfs_log_recover.c | 3845 	bb_per_cluster = XFS_FSB_TO_BB(mp, igeo->blocks_per_cluster);  in xlog_recover_do_icreate_pass2() 3846 	nbufs = length / igeo->blocks_per_cluster;  in xlog_recover_do_icreate_pass2() 3851 				agbno + i * igeo->blocks_per_cluster);  in xlog_recover_do_icreate_pass2()
  | 
| D | xfs_inode.c | 2539 	nbufs = igeo->ialloc_blks / igeo->blocks_per_cluster;  in xfs_ifree_cluster() 2565 					mp->m_bsize * igeo->blocks_per_cluster,  in xfs_ifree_cluster()
  |