Home
last modified time | relevance | path

Searched refs:agblocks (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c474 xfs_agblock_t agblocks) in xfs_refcountbt_max_size() argument
480 return xfs_refcountbt_calc_size(mp, agblocks); in xfs_refcountbt_max_size()
496 xfs_agblock_t agblocks; in xfs_refcountbt_calc_reserves() local
508 agblocks = be32_to_cpu(agf->agf_length); in xfs_refcountbt_calc_reserves()
518 agblocks -= mp->m_sb.sb_logblocks; in xfs_refcountbt_calc_reserves()
520 *ask += xfs_refcountbt_max_size(mp, agblocks); in xfs_refcountbt_calc_reserves()
H A Dxfs_rmap_btree.c823 xfs_agblock_t agblocks) in xfs_rmapbt_max_size() argument
829 return xfs_rmapbt_calc_size(mp, agblocks); in xfs_rmapbt_max_size()
845 xfs_agblock_t agblocks; in xfs_rmapbt_calc_reserves() local
857 agblocks = be32_to_cpu(agf->agf_length); in xfs_rmapbt_calc_reserves()
867 agblocks -= mp->m_sb.sb_logblocks; in xfs_rmapbt_calc_reserves()
870 *ask += max(agblocks / 100, xfs_rmapbt_max_size(mp, agblocks)); in xfs_rmapbt_calc_reserves()
H A Dxfs_refcount_btree.h58 xfs_agblock_t agblocks);
H A Dxfs_rmap_btree.h57 xfs_agblock_t agblocks);
H A Dxfs_fs.h116 __u32 agblocks; /* fsblocks in an AG */ member
142 __u32 agblocks; /* fsblocks in an AG */ member
169 __u32 agblocks; /* fsblocks in an AG */ member
H A Dxfs_ialloc_btree.c720 xfs_agblock_t agblocks = pag_group(pag)->xg_block_count; in xfs_inobt_max_size() local
732 agblocks -= mp->m_sb.sb_logblocks; in xfs_inobt_max_size()
735 (uint64_t)agblocks * mp->m_sb.sb_inopblock / in xfs_inobt_max_size()
H A Dxfs_sb.c1502 geo->agblocks = sbp->sb_agblocks; in xfs_fs_geometry()
/linux-6.15/fs/xfs/
H A Dxfs_ioctl32.h148 __u32 agblocks; /* fsblocks in an AG */ member