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.c350 if (!IS_ALIGNED(agbno, igeo->blocks_per_cluster) || in xrep_ibt_check_inode_ext()
351 !IS_ALIGNED(agbno + len, igeo->blocks_per_cluster)) in xrep_ibt_check_inode_ext()
429 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()
2519 if (M_IGEO(mp)->blocks_per_cluster == 1) { in xfs_imap()
2549 ((offset_agbno / M_IGEO(mp)->blocks_per_cluster) * in xfs_imap()
2550 M_IGEO(mp)->blocks_per_cluster); in xfs_imap()
2556 if (imap->im_agbno + M_IGEO(mp)->blocks_per_cluster > in xfs_imap()
2559 imap->im_agbno, M_IGEO(mp)->blocks_per_cluster, in xfs_imap()
3039 igeo->blocks_per_cluster = XFS_B_TO_FSBT(mp, in xfs_ialloc_setup_geometry()
3042 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.c1715 nbufs = igeo->ialloc_blks / igeo->blocks_per_cluster; in xfs_ifree_cluster()
1742 mp->m_bsize * igeo->blocks_per_cluster, 0, &bp); in xfs_ifree_cluster()