Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
A Drtsummary.c76 error = xchk_install_live_inode(sc, mp->m_rsumip); in xchk_setup_rtsummary()
313 xchk_ino_set_corrupt(sc, mp->m_rsumip->i_ino); in xchk_rtsummary()
319 xchk_ino_set_corrupt(sc, mp->m_rsumip->i_ino); in xchk_rtsummary()
324 if (mp->m_rsumip->i_disk_size & mp->m_blockmask) { in xchk_rtsummary()
325 xchk_ino_set_corrupt(sc, mp->m_rsumip->i_ino); in xchk_rtsummary()
334 if (mp->m_rsumip->i_disk_size < XFS_FSB_TO_B(mp, rts->rsumblocks)) { in xchk_rtsummary()
335 xchk_ino_set_corrupt(sc, mp->m_rsumip->i_ino); in xchk_rtsummary()
/linux/fs/xfs/
A Dxfs_rtalloc.c709 struct xfs_inode *rsumip = mp->m_rsumip; in xfs_growfs_rt_bmblock()
897 if (!mp->m_rbmip || !mp->m_rsumip) in xfs_growfs_rt()
957 rsumblocks = XFS_B_TO_FSB(mp, mp->m_rsumip->i_disk_size); in xfs_growfs_rt()
965 error = xfs_rtfile_initialize_blocks(mp->m_rsumip, rsumblocks, in xfs_growfs_rt()
1037 mp->m_rbmip = mp->m_rsumip = NULL; in xfs_rtmount_init()
1155 error = xfs_iget(mp, NULL, sbp->sb_rsumino, 0, 0, &mp->m_rsumip); in xfs_rtmount_inodes()
1160 ASSERT(mp->m_rsumip != NULL); in xfs_rtmount_inodes()
1162 error = xfs_rtmount_iread_extents(mp->m_rsumip, XFS_ILOCK_RTSUM); in xfs_rtmount_inodes()
1172 xfs_irele(mp->m_rsumip); in xfs_rtmount_inodes()
1185 if (mp->m_rsumip) in xfs_rtunmount_inodes()
[all …]
A Dxfs_mount.h94 struct xfs_inode *m_rsumip; /* pointer to summary inode */ member
A Dxfs_qm.c226 if (mp->m_rsumip) in xfs_qm_unmount_quotas()
227 xfs_qm_dqdetach(mp->m_rsumip); in xfs_qm_unmount_quotas()
/linux/fs/xfs/libxfs/
A Dxfs_rtbitmap.c93 ip = mp->m_rsumip; in xfs_rtbuf_get()
1170 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL | XFS_ILOCK_RTSUM); in xfs_rtbitmap_lock()
1182 xfs_trans_ijoin(tp, tp->t_mountp->m_rsumip, XFS_ILOCK_EXCL); in xfs_rtbitmap_trans_join()
1190 xfs_iunlock(mp->m_rsumip, XFS_ILOCK_EXCL | XFS_ILOCK_RTSUM); in xfs_rtbitmap_unlock()
1207 xfs_ilock(mp->m_rsumip, XFS_ILOCK_SHARED | XFS_ILOCK_RTSUM); in xfs_rtbitmap_lock_shared()
1217 xfs_iunlock(mp->m_rsumip, XFS_ILOCK_SHARED | XFS_ILOCK_RTSUM); in xfs_rtbitmap_unlock_shared()
1274 if (ip == mp->m_rsumip) in xfs_rtfile_initialize_block()

Completed in 18 milliseconds