Home
last modified time | relevance | path

Searched refs:m_rsumsize (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_rtalloc.c1016 nmp->m_rsumsize = nrsumsize = XFS_FSB_TO_B(mp, nrsumblocks); in xfs_growfs_rt()
1048 mp->m_rsumip->i_d.di_size = nmp->m_rsumsize; in xfs_growfs_rt()
1099 mp->m_rsumsize = nrsumsize; in xfs_growfs_rt()
1229 mp->m_rsumsize = in xfs_rtmount_init()
1232 mp->m_rsumsize = roundup(mp->m_rsumsize, sbp->sb_blocksize); in xfs_rtmount_init()
Dxfs_mount.h130 uint m_rsumsize; /* size of rt summary, bytes */ member
/fs/xfs/libxfs/
Dxfs_trans_resv.c630 xfs_calc_buf_res(1, mp->m_rsumsize); in xfs_calc_growrtfree_reservation()