Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_refcount_btree.c389 xfs_agblock_t agblocks) in xfs_refcountbt_max_size() argument
395 return xfs_refcountbt_calc_size(mp, agblocks); in xfs_refcountbt_max_size()
411 xfs_agblock_t agblocks; in xfs_refcountbt_calc_reserves() local
424 agblocks = be32_to_cpu(agf->agf_length); in xfs_refcountbt_calc_reserves()
435 agblocks -= mp->m_sb.sb_logblocks; in xfs_refcountbt_calc_reserves()
437 *ask += xfs_refcountbt_max_size(mp, agblocks); in xfs_refcountbt_calc_reserves()
Dxfs_rmap_btree.c539 xfs_agblock_t agblocks) in xfs_rmapbt_max_size() argument
545 return xfs_rmapbt_calc_size(mp, agblocks); in xfs_rmapbt_max_size()
561 xfs_agblock_t agblocks; in xfs_rmapbt_calc_reserves() local
573 agblocks = be32_to_cpu(agf->agf_length); in xfs_rmapbt_calc_reserves()
584 agblocks -= mp->m_sb.sb_logblocks; in xfs_rmapbt_calc_reserves()
587 *ask += max(agblocks / 100, xfs_rmapbt_max_size(mp, agblocks)); in xfs_rmapbt_calc_reserves()
Dxfs_refcount_btree.h55 xfs_agblock_t agblocks);
Dxfs_rmap_btree.h52 xfs_agblock_t agblocks);
Dxfs_fs.h130 __u32 agblocks; /* fsblocks in an AG */ member
156 __u32 agblocks; /* fsblocks in an AG */ member
183 __u32 agblocks; /* fsblocks in an AG */ member
Dxfs_ialloc_btree.c545 xfs_agblock_t agblocks = xfs_ag_block_count(mp, agno); in xfs_inobt_max_size() local
558 agblocks -= mp->m_sb.sb_logblocks; in xfs_inobt_max_size()
561 (uint64_t)agblocks * mp->m_sb.sb_inopblock / in xfs_inobt_max_size()
Dxfs_sb.c1079 geo->agblocks = sbp->sb_agblocks; in xfs_fs_geometry()
/Linux-v5.4/fs/xfs/
Dxfs_ioctl32.h181 __u32 agblocks; /* fsblocks in an AG */ member