Searched refs:blocks_per_cluster (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_icreate_item.c | 223 bb_per_cluster = XFS_FSB_TO_BB(mp, igeo->blocks_per_cluster); in xlog_recover_icreate_commit_pass2() 224 nbufs = length / igeo->blocks_per_cluster; in xlog_recover_icreate_commit_pass2() 229 agbno + i * igeo->blocks_per_cluster); in xlog_recover_icreate_commit_pass2()
|
| H A D | xfs_iwalk.c | 117 igeo->blocks_per_cluster * mp->m_bsize, in xfs_iwalk_ichunk_ra() 120 agbno += igeo->blocks_per_cluster; in xfs_iwalk_ichunk_ra()
|
| H A D | xfs_inode.c | 1707 nbufs = igeo->ialloc_blks / igeo->blocks_per_cluster; in xfs_ifree_cluster() 1734 mp->m_bsize * igeo->blocks_per_cluster, 0, &bp); in xfs_ifree_cluster()
|
| /linux/fs/xfs/scrub/ |
| H A D | ialloc_repair.c | 309 imap.im_len = XFS_FSB_TO_BB(mp, igeo->blocks_per_cluster); in xrep_ibt_process_cluster() 353 if (!IS_ALIGNED(agbno, igeo->blocks_per_cluster) || in xrep_ibt_check_inode_ext() 354 !IS_ALIGNED(agbno + len, igeo->blocks_per_cluster)) in xrep_ibt_check_inode_ext() 432 cluster_base += igeo->blocks_per_cluster) { in xrep_ibt_record_inode_blocks()
|
| H A D | ialloc.c | 398 imap.im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster); in xchk_iallocbt_check_cluster() 423 M_IGEO(mp)->blocks_per_cluster, in xchk_iallocbt_check_cluster() 428 xchk_xref_is_only_owned_by(bs->sc, agbno, M_IGEO(mp)->blocks_per_cluster, in xchk_iallocbt_check_cluster()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ialloc.c | 320 nbufs = length / M_IGEO(mp)->blocks_per_cluster; in xfs_ialloc_inode_init() 364 (j * M_IGEO(mp)->blocks_per_cluster)); in xfs_ialloc_inode_init() 366 mp->m_bsize * M_IGEO(mp)->blocks_per_cluster, in xfs_ialloc_inode_init() 2526 if (M_IGEO(mp)->blocks_per_cluster == 1) { in xfs_imap() 2555 ((offset_agbno / M_IGEO(mp)->blocks_per_cluster) * in xfs_imap() 2556 M_IGEO(mp)->blocks_per_cluster); in xfs_imap() 2561 imap->im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster); in xfs_imap() 3055 igeo->blocks_per_cluster = XFS_B_TO_FSBT(mp, in xfs_ialloc_setup_geometry() 3058 igeo->blocks_per_cluster = 1; in xfs_ialloc_setup_geometry() 3059 igeo->inode_cluster_size = XFS_FSB_TO_B(mp, igeo->blocks_per_cluster); in xfs_ialloc_setup_geometry() [all …]
|
| H A D | xfs_shared.h | 223 unsigned int blocks_per_cluster; member
|