Searched refs:cluster_align (Results 1 - 4 of 4) sorted by last modified time

/linux-master/fs/xfs/libxfs/
H A Dxfs_shared.h208 unsigned int cluster_align; member in struct:xfs_ino_geometry
H A Dxfs_ialloc.c766 args.minalignslop = igeo->cluster_align - 1;
804 args.alignment = igeo->cluster_align;
825 args.alignment = igeo->cluster_align;
1784 ineed += M_IGEO(mp)->cluster_align;
3007 igeo->cluster_align = mp->m_sb.sb_inoalignmt;
3009 igeo->cluster_align = 1;
3010 igeo->inoalign_mask = igeo->cluster_align - 1;
3011 igeo->cluster_align_inodes = XFS_FSB_TO_INO(mp, igeo->cluster_align);
H A Dxfs_ag.c315 bno = round_up(XFS_AGFL_BLOCK(mp) + 1, M_IGEO(mp)->cluster_align);
322 bno = round_down(eoag, M_IGEO(mp)->cluster_align);
/linux-master/fs/xfs/scrub/
H A Dialloc_repair.c364 (!IS_ALIGNED(agbno, igeo->cluster_align) ||
365 !IS_ALIGNED(agbno + len, igeo->cluster_align)))

Completed in 179 milliseconds