Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rmap_btree.c542 xfs_agblock_t agblocks) in xfs_rmapbt_max_size() argument
548 return xfs_rmapbt_calc_size(mp, agblocks); in xfs_rmapbt_max_size()
564 xfs_agblock_t agblocks; in xfs_rmapbt_calc_reserves() local
576 agblocks = be32_to_cpu(agf->agf_length); in xfs_rmapbt_calc_reserves()
581 *ask += max(agblocks / 100, xfs_rmapbt_max_size(mp, agblocks)); in xfs_rmapbt_calc_reserves()
Dxfs_refcount_btree.c392 xfs_agblock_t agblocks) in xfs_refcountbt_max_size() argument
398 return xfs_refcountbt_calc_size(mp, agblocks); in xfs_refcountbt_max_size()
414 xfs_agblock_t agblocks; in xfs_refcountbt_calc_reserves() local
427 agblocks = be32_to_cpu(agf->agf_length); in xfs_refcountbt_calc_reserves()
431 *ask += xfs_refcountbt_max_size(mp, agblocks); in xfs_refcountbt_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
Dxfs_sb.c1094 geo->agblocks = sbp->sb_agblocks; in xfs_fs_geometry()
/linux-4.19.296/fs/xfs/
Dxfs_ioctl32.h181 __u32 agblocks; /* fsblocks in an AG */ member