Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_refcount_btree.c467 xfs_agblock_t agblocks) in xfs_refcountbt_max_size() argument
473 return xfs_refcountbt_calc_size(mp, agblocks); in xfs_refcountbt_max_size()
489 xfs_agblock_t agblocks; in xfs_refcountbt_calc_reserves() local
501 agblocks = be32_to_cpu(agf->agf_length); in xfs_refcountbt_calc_reserves()
512 agblocks -= mp->m_sb.sb_logblocks; in xfs_refcountbt_calc_reserves()
514 *ask += xfs_refcountbt_max_size(mp, agblocks); in xfs_refcountbt_calc_reserves()
A Dxfs_rmap_btree.c626 xfs_agblock_t agblocks) in xfs_rmapbt_max_size() argument
632 return xfs_rmapbt_calc_size(mp, agblocks); in xfs_rmapbt_max_size()
648 xfs_agblock_t agblocks; in xfs_rmapbt_calc_reserves() local
660 agblocks = be32_to_cpu(agf->agf_length); in xfs_rmapbt_calc_reserves()
671 agblocks -= mp->m_sb.sb_logblocks; in xfs_rmapbt_calc_reserves()
674 *ask += max(agblocks / 100, xfs_rmapbt_max_size(mp, agblocks)); in xfs_rmapbt_calc_reserves()
A Dxfs_refcount_btree.h59 xfs_agblock_t agblocks);
A Dxfs_rmap_btree.h57 xfs_agblock_t agblocks);
A 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
A Dxfs_ialloc_btree.c689 xfs_agblock_t agblocks = xfs_ag_block_count(mp, agno); in xfs_inobt_max_size() local
702 agblocks -= mp->m_sb.sb_logblocks; in xfs_inobt_max_size()
705 (uint64_t)agblocks * mp->m_sb.sb_inopblock / in xfs_inobt_max_size()
A Dxfs_sb.c1074 geo->agblocks = sbp->sb_agblocks; in xfs_fs_geometry()
/linux/fs/xfs/
A Dxfs_ioctl32.h170 __u32 agblocks; /* fsblocks in an AG */ member

Completed in 16 milliseconds