Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c485 xfs_agblock_t agblocks) in xfs_refcountbt_max_size() argument
491 return xfs_refcountbt_calc_size(mp, agblocks); in xfs_refcountbt_max_size()
507 xfs_agblock_t agblocks; in xfs_refcountbt_calc_reserves() local
519 agblocks = be32_to_cpu(agf->agf_length); in xfs_refcountbt_calc_reserves()
529 agblocks -= mp->m_sb.sb_logblocks; in xfs_refcountbt_calc_reserves()
531 *ask += xfs_refcountbt_max_size(mp, agblocks); in xfs_refcountbt_calc_reserves()
H A Dxfs_rmap_btree.c676 xfs_agblock_t agblocks) in xfs_rmapbt_max_size() argument
682 return xfs_rmapbt_calc_size(mp, agblocks); in xfs_rmapbt_max_size()
698 xfs_agblock_t agblocks; in xfs_rmapbt_calc_reserves() local
710 agblocks = be32_to_cpu(agf->agf_length); in xfs_rmapbt_calc_reserves()
720 agblocks -= mp->m_sb.sb_logblocks; in xfs_rmapbt_calc_reserves()
723 *ask += max(agblocks / 100, xfs_rmapbt_max_size(mp, agblocks)); in xfs_rmapbt_calc_reserves()
H A Dxfs_refcount_btree.h59 xfs_agblock_t agblocks);
H A Dxfs_rmap_btree.h57 xfs_agblock_t agblocks);
H A Dxfs_fs.h115 __u32 agblocks; /* fsblocks in an AG */ member
141 __u32 agblocks; /* fsblocks in an AG */ member
168 __u32 agblocks; /* fsblocks in an AG */ member
H A Dxfs_ialloc_btree.c705 xfs_agblock_t agblocks = pag->block_count; in xfs_inobt_max_size() local
717 agblocks -= mp->m_sb.sb_logblocks; in xfs_inobt_max_size()
720 (uint64_t)agblocks * mp->m_sb.sb_inopblock / in xfs_inobt_max_size()
H A Dxfs_sb.c1194 geo->agblocks = sbp->sb_agblocks; in xfs_fs_geometry()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch87 - bbperag = (off64_t)fsgeo.agblocks *
89 + bbperag = (off_t)fsgeo.agblocks *
181 - bperag = (off64_t)fsgeo->agblocks *
183 + bperag = (off_t)fsgeo->agblocks *
683 - bperag = (off64_t)ctx->mnt.fsgeom.agblocks *
685 + bperag = (off_t)ctx->mnt.fsgeom.agblocks *
/openbmc/linux/fs/xfs/
H A Dxfs_ioctl32.h148 __u32 agblocks; /* fsblocks in an AG */ member