Searched refs:blocks_per_cluster (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_icreate_item.c | 222 bb_per_cluster = XFS_FSB_TO_BB(mp, igeo->blocks_per_cluster); in xlog_recover_icreate_commit_pass2() 223 nbufs = length / igeo->blocks_per_cluster; in xlog_recover_icreate_commit_pass2() 228 agbno + i * igeo->blocks_per_cluster); in xlog_recover_icreate_commit_pass2()
|
D | xfs_iwalk.c | 110 igeo->blocks_per_cluster, in xfs_iwalk_ichunk_ra() 113 agbno += igeo->blocks_per_cluster; in xfs_iwalk_ichunk_ra()
|
D | xfs_inode.c | 2614 nbufs = igeo->ialloc_blks / igeo->blocks_per_cluster; in xfs_ifree_cluster() 2641 mp->m_bsize * igeo->blocks_per_cluster, in xfs_ifree_cluster()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 286 nbufs = length / M_IGEO(mp)->blocks_per_cluster; in xfs_ialloc_inode_init() 330 (j * M_IGEO(mp)->blocks_per_cluster)); in xfs_ialloc_inode_init() 332 mp->m_bsize * M_IGEO(mp)->blocks_per_cluster, in xfs_ialloc_inode_init() 2385 if (M_IGEO(mp)->blocks_per_cluster == 1) { in xfs_imap() 2414 ((offset_agbno / M_IGEO(mp)->blocks_per_cluster) * in xfs_imap() 2415 M_IGEO(mp)->blocks_per_cluster); in xfs_imap() 2420 imap->im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster); in xfs_imap() 2876 igeo->blocks_per_cluster = XFS_B_TO_FSBT(mp, in xfs_ialloc_setup_geometry() 2879 igeo->blocks_per_cluster = 1; in xfs_ialloc_setup_geometry() 2880 igeo->inode_cluster_size = XFS_FSB_TO_B(mp, igeo->blocks_per_cluster); in xfs_ialloc_setup_geometry() [all …]
|
D | xfs_shared.h | 157 unsigned int blocks_per_cluster; member
|
/kernel/linux/linux-5.10/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()
|