Home
last modified time | relevance | path

Searched refs:cluster_align (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_shared.h205 unsigned int cluster_align; member
H A Dxfs_ialloc.c765 args.minalignslop = igeo->cluster_align - 1; in xfs_ialloc_ag_alloc()
802 args.alignment = igeo->cluster_align; in xfs_ialloc_ag_alloc()
823 args.alignment = igeo->cluster_align; in xfs_ialloc_ag_alloc()
1782 ineed += M_IGEO(mp)->cluster_align; in xfs_dialloc_good_ag()
3041 igeo->cluster_align = mp->m_sb.sb_inoalignmt; in xfs_ialloc_setup_geometry()
3043 igeo->cluster_align = 1; in xfs_ialloc_setup_geometry()
3044 igeo->inoalign_mask = igeo->cluster_align - 1; in xfs_ialloc_setup_geometry()
3045 igeo->cluster_align_inodes = XFS_FSB_TO_INO(mp, igeo->cluster_align); in xfs_ialloc_setup_geometry()
H A Dxfs_ag.c174 bno = round_up(XFS_AGFL_BLOCK(mp) + 1, M_IGEO(mp)->cluster_align); in __xfs_agino_range()
181 bno = round_down(eoag, M_IGEO(mp)->cluster_align); in __xfs_agino_range()
/linux/fs/xfs/scrub/
H A Dialloc_repair.c362 (!IS_ALIGNED(agbno, igeo->cluster_align) || in xrep_ibt_check_inode_ext()
363 !IS_ALIGNED(agbno + len, igeo->cluster_align))) in xrep_ibt_check_inode_ext()