Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dialloc_repair.c309 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()
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c320 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 Dxfs_shared.h223 unsigned int blocks_per_cluster; member
/linux/fs/xfs/
H A Dxfs_iwalk.c117 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 Dxfs_inode.c1708 nbufs = igeo->ialloc_blks / igeo->blocks_per_cluster; in xfs_ifree_cluster()
1735 mp->m_bsize * igeo->blocks_per_cluster, 0, &bp); in xfs_ifree_cluster()