Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_rtalloc.c948 rsumblocks = XFS_B_TO_FSB(mp, mp->m_rsumip->i_d.di_size); in xfs_growfs_rt()
955 error = xfs_growfs_rt_alloc(mp, rsumblocks, nrsumblocks, mp->m_rsumip); in xfs_growfs_rt()
1017 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL); in xfs_growfs_rt()
1018 xfs_trans_ijoin(tp, mp->m_rsumip, XFS_ILOCK_EXCL); in xfs_growfs_rt()
1022 mp->m_rsumip->i_d.di_size = nmp->m_rsumsize; in xfs_growfs_rt()
1023 xfs_trans_log_inode(tp, mp->m_rsumip, XFS_ILOG_CORE); in xfs_growfs_rt()
1194 mp->m_rbmip = mp->m_rsumip = NULL; in xfs_rtmount_init()
1235 error = xfs_iget(mp, NULL, sbp->sb_rsumino, 0, 0, &mp->m_rsumip); in xfs_rtmount_inodes()
1240 ASSERT(mp->m_rsumip != NULL); in xfs_rtmount_inodes()
1250 if (mp->m_rsumip) in xfs_rtunmount_inodes()
[all …]
Dxfs_mount.h73 struct xfs_inode *m_rsumip; /* pointer to summary inode */ member
Dxfs_qm.c237 if (mp->m_rsumip) in xfs_qm_unmount_quotas()
238 xfs_qm_dqdetach(mp->m_rsumip); in xfs_qm_unmount_quotas()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_rtbitmap.c62 ip = issum ? mp->m_rsumip : mp->m_rbmip; in xfs_rtbuf_get()