Home
last modified time | relevance | path

Searched refs:sb_agblocks (Results 1 – 19 of 19) sorted by relevance

/Linux-v6.6/fs/xfs/
Dxfs_fsops.c60 (xfs_rfsblock_t)mp->m_sb.sb_agblocks); in xfs_resizefs_init_new_ags()
62 id->agsize = mp->m_sb.sb_agblocks; in xfs_resizefs_init_new_ags()
117 nb_mod = do_div(nb_div, mp->m_sb.sb_agblocks); in xfs_growfs_data_private()
121 nb = nb_div * mp->m_sb.sb_agblocks; in xfs_growfs_data_private()
125 nb = nb_div * mp->m_sb.sb_agblocks; in xfs_growfs_data_private()
Dxfs_icreate_item.c178 if (!agbno || agbno == NULLAGBLOCK || agbno >= mp->m_sb.sb_agblocks) { in xlog_recover_icreate_commit_pass2()
193 if (!length || length >= mp->m_sb.sb_agblocks) { in xlog_recover_icreate_commit_pass2()
Dxfs_mount.h492 do_div(ld, mp->m_sb.sb_agblocks); in xfs_daddr_to_agno()
500 return (xfs_agblock_t) do_div(ld, mp->m_sb.sb_agblocks); in xfs_daddr_to_agbno()
Dxfs_filestream.c73 minfree = mp->m_sb.sb_agblocks / 50; in xfs_filestream_pick_ag()
Dxfs_mount.c310 if (mp->m_dalign && (mp->m_sb.sb_agblocks % mp->m_dalign)) { in xfs_validate_new_dalign()
313 mp->m_sb.sb_agblocks); in xfs_validate_new_dalign()
Dxfs_super.c293 icount += sbp->sb_agblocks - 1; in xfs_set_inode_alloc()
294 do_div(icount, sbp->sb_agblocks); in xfs_set_inode_alloc()
301 agino = XFS_AGB_TO_AGINO(mp, sbp->sb_agblocks - 1); in xfs_set_inode_alloc()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_sb.c388 if (sbp->sb_agblocks) { in xfs_validate_sb_common()
389 agcount = div_u64_rem(sbp->sb_dblocks, sbp->sb_agblocks, &rem); in xfs_validate_sb_common()
417 XFS_FSB_TO_B(mp, sbp->sb_agblocks) < XFS_MIN_AG_BYTES || in xfs_validate_sb_common()
418 XFS_FSB_TO_B(mp, sbp->sb_agblocks) > XFS_MAX_AG_BYTES || in xfs_validate_sb_common()
419 sbp->sb_agblklog != xfs_highbit32(sbp->sb_agblocks - 1) + 1 || in xfs_validate_sb_common()
621 to->sb_agblocks = be32_to_cpu(from->sb_agblocks); in __xfs_sb_from_disk()
770 to->sb_agblocks = cpu_to_be32(from->sb_agblocks); in xfs_sb_to_disk()
1191 geo->agblocks = sbp->sb_agblocks; in xfs_fs_geometry()
Dxfs_alloc.c150 return mp->m_sb.sb_agblocks - blocks; in xfs_alloc_ag_max_usable()
677 be32_to_cpu(agfl_bno[i]) >= mp->m_sb.sb_agblocks) in xfs_agfl_verify()
1550 args->max_agbno = args->mp->m_sb.sb_agblocks - 1; in xfs_alloc_ag_vextent_near()
2217 (mp->m_sb.sb_agblocks + 1) / 2); in xfs_alloc_compute_maxlevels()
2526 ASSERT(agbno < mp->m_sb.sb_agblocks); in __xfs_free_extent_later()
2527 ASSERT(len < mp->m_sb.sb_agblocks); in __xfs_free_extent_later()
2528 ASSERT(agbno + len <= mp->m_sb.sb_agblocks); in __xfs_free_extent_later()
2983 if (length != mp->m_sb.sb_agblocks) { in xfs_validate_ag_length()
2993 if (length > mp->m_sb.sb_agblocks) in xfs_validate_ag_length()
3269 agsize = mp->m_sb.sb_agblocks; in xfs_alloc_vextent_check_args()
[all …]
Dxfs_fs.h267 #define XFS_MAX_DBLOCKS(s) ((xfs_rfsblock_t)(s)->sb_agcount * (s)->sb_agblocks)
269 (s)->sb_agblocks + XFS_MIN_AG_BLOCKS)
Dxfs_rmap_btree.c649 mp->m_sb.sb_agblocks); in xfs_rmapbt_compute_maxlevels()
656 mp->m_rmap_mnr, mp->m_sb.sb_agblocks); in xfs_rmapbt_compute_maxlevels()
Dxfs_inode_buf.c713 if (!rt_flag && extsize > mp->m_sb.sb_agblocks / 2) in xfs_inode_validate_extsize()
770 if (cowextsize > mp->m_sb.sb_agblocks / 2) in xfs_inode_validate_cowextsize()
Dxfs_format.h108 xfs_agblock_t sb_agblocks; /* size of an allocation group */ member
199 __be32 sb_agblocks; /* size of an allocation group */ member
679 (xfs_fsblock_t)(agno) * (mp)->m_sb.sb_agblocks + (agbno)))
Dxfs_ialloc.c799 args.max_agbno = round_down(args.mp->m_sb.sb_agblocks, in xfs_ialloc_ag_alloc()
2193 if (agbno >= mp->m_sb.sb_agblocks) { in xfs_difree()
2195 __func__, agbno, mp->m_sb.sb_agblocks); in xfs_difree()
2318 if (agbno >= mp->m_sb.sb_agblocks || in xfs_imap()
2328 if (agbno >= mp->m_sb.sb_agblocks) { in xfs_imap()
2332 (unsigned long)mp->m_sb.sb_agblocks); in xfs_imap()
Dxfs_ag.c287 return mp->m_sb.sb_agblocks; in __xfs_ag_block_count()
288 return dblocks - (agno * mp->m_sb.sb_agblocks); in __xfs_ag_block_count()
Dxfs_refcount.c1114 ext.rc_startblock = cur->bc_mp->m_sb.sb_agblocks; in xfs_refcount_adjust_extents()
1691 ext.rc_startblock = cur->bc_mp->m_sb.sb_agblocks; in xfs_refcount_adjust_cow_extents()
1936 if (mp->m_sb.sb_agblocks > XFS_MAX_CRC_AG_BLOCKS) in xfs_refcount_recover_cow_leftovers()
Dxfs_refcount_btree.c466 mp->m_refc_mnr, mp->m_sb.sb_agblocks); in xfs_refcountbt_compute_maxlevels()
Dxfs_bmap.c355 ASSERT(XFS_FSB_TO_AGBNO(mp, bno) < mp->m_sb.sb_agblocks); in xfs_bmap_check_leaf_extents()
3060 XFS_FSB_TO_AGBNO(mp, x) < mp->m_sb.sb_agblocks) in xfs_bmap_adjacent()
/Linux-v6.6/fs/xfs/scrub/
Dagheader.c155 if (sb->sb_agblocks != cpu_to_be32(mp->m_sb.sb_agblocks)) in xchk_superblock()
Drefcount.c529 xchk_refcountbt_xref_gaps(sc, &rrc, sc->mp->m_sb.sb_agblocks); in xchk_refcountbt()