Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.h54 #define M_RES(mp) (&(mp)->m_resv)
/linux/fs/xfs/
H A Dxfs_rtalloc.c768 xfs_trans_resv_calc(nmp, &nmp->m_resv); in xfs_growfs_rt_alloc_fake_mount()
899 xfs_trans_resv_calc(nmp, &nmp->m_resv); in xfs_growfs_rt_bmblock()
987 xfs_trans_resv_calc(mp, &mp->m_resv); in xfs_growfs_rt_bmblock()
H A Dxfs_mount.h194 struct xfs_trans_resv m_resv; /* precomputed res values */ member