Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_shared.h201 unsigned int cluster_align; member
Dxfs_ialloc.c766 args.minalignslop = igeo->cluster_align - 1; in xfs_ialloc_ag_alloc()
804 args.alignment = igeo->cluster_align; in xfs_ialloc_ag_alloc()
825 args.alignment = igeo->cluster_align; in xfs_ialloc_ag_alloc()
1784 ineed += M_IGEO(mp)->cluster_align; in xfs_dialloc_good_ag()
3022 igeo->cluster_align = mp->m_sb.sb_inoalignmt; in xfs_ialloc_setup_geometry()
3024 igeo->cluster_align = 1; in xfs_ialloc_setup_geometry()
3025 igeo->inoalign_mask = igeo->cluster_align - 1; in xfs_ialloc_setup_geometry()
3026 igeo->cluster_align_inodes = XFS_FSB_TO_INO(mp, igeo->cluster_align); in xfs_ialloc_setup_geometry()
Dxfs_ag.c255 bno = round_up(XFS_AGFL_BLOCK(mp) + 1, M_IGEO(mp)->cluster_align); in __xfs_agino_range()
262 bno = round_down(eoag, M_IGEO(mp)->cluster_align); in __xfs_agino_range()
/linux-6.12.1/fs/xfs/scrub/
Dialloc_repair.c364 (!IS_ALIGNED(agbno, igeo->cluster_align) || in xrep_ibt_check_inode_ext()
365 !IS_ALIGNED(agbno + len, igeo->cluster_align))) in xrep_ibt_check_inode_ext()