Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_shared.h226 unsigned int cluster_align; member
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()
3064 igeo->cluster_align = mp->m_sb.sb_inoalignmt; in xfs_ialloc_setup_geometry()
3066 igeo->cluster_align = 1; in xfs_ialloc_setup_geometry()
3067 igeo->inoalign_mask = igeo->cluster_align - 1; in xfs_ialloc_setup_geometry()
3068 igeo->cluster_align_inodes = XFS_FSB_TO_INO(mp, igeo->cluster_align); in xfs_ialloc_setup_geometry()
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()
/fs/xfs/scrub/
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()

Completed in 12 milliseconds