Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Drtsummary.c49 error = xfile_create(descr, mp->m_rsumsize, &sc->xfile); in xchk_setup_rtsummary()
188 for (off = 0; off < XFS_B_TO_FSB(mp, mp->m_rsumsize); off++) { in xchk_rtsum_compare()
/openbmc/linux/fs/xfs/
H A Dxfs_rtalloc.c1072 nmp->m_rsumsize = nrsumsize = XFS_FSB_TO_B(mp, nrsumblocks); in xfs_growfs_rt()
1107 mp->m_rsumip->i_disk_size = nmp->m_rsumsize; in xfs_growfs_rt()
1158 mp->m_rsumsize = nrsumsize; in xfs_growfs_rt()
1293 mp->m_rsumsize = in xfs_rtmount_init()
1296 mp->m_rsumsize = roundup(mp->m_rsumsize, sbp->sb_blocksize); in xfs_rtmount_init()
H A Dxfs_mount.h149 uint m_rsumsize; /* size of rt summary, bytes */ member
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.c722 xfs_calc_buf_res(1, mp->m_rsumsize); in xfs_calc_growrtfree_reservation()