Home
last modified time | relevance | path

Searched refs:blocks_per_cluster (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_icreate_item.c222 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()
Dxfs_iwalk.c110 igeo->blocks_per_cluster, in xfs_iwalk_ichunk_ra()
113 agbno += igeo->blocks_per_cluster; in xfs_iwalk_ichunk_ra()
Dxfs_inode.c2614 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/
Dxfs_ialloc.c286 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 …]
Dxfs_shared.h157 unsigned int blocks_per_cluster; member
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dialloc.c247 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()