Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Drtbitmap.c196 struct xfs_inode *rbmip = rtg_bitmap(rtg); in xchk_rtbitmap() local
203 xchk_ino_set_corrupt(sc, rbmip->i_ino); in xchk_rtbitmap()
209 xchk_ino_set_corrupt(sc, rbmip->i_ino); in xchk_rtbitmap()
218 xchk_ino_set_corrupt(sc, rbmip->i_ino); in xchk_rtbitmap()
222 xchk_ino_set_corrupt(sc, rbmip->i_ino); in xchk_rtbitmap()
227 if (rbmip->i_disk_size & mp->m_blockmask) { in xchk_rtbitmap()
228 xchk_ino_set_corrupt(sc, rbmip->i_ino); in xchk_rtbitmap()
237 if (rbmip->i_disk_size < XFS_FSB_TO_B(mp, rtb->rbmblocks)) { in xchk_rtbitmap()
238 xchk_ino_set_corrupt(sc, rbmip->i_ino); in xchk_rtbitmap()
H A Drtsummary.c314 struct xfs_inode *rbmip = rtg_bitmap(rtg); in xchk_rtsummary() local
321 xchk_ino_set_corrupt(sc, rbmip->i_ino); in xchk_rtsummary()
365 xchk_ino_set_corrupt(sc, rbmip->i_ino); in xchk_rtsummary()
/linux-6.15/fs/xfs/
H A Dxfs_rtalloc.c949 struct xfs_inode *rbmip = rtg_bitmap(rtg); in xfs_growfs_rt_bmblock() local
996 i_size_write(VFS_I(rbmip), rbmip->i_disk_size); in xfs_growfs_rt_bmblock()
997 xfs_trans_log_inode(args.tp, rbmip, XFS_ILOG_CORE); in xfs_growfs_rt_bmblock()
1121 struct xfs_inode *rbmip = rtg_bitmap(rtg); in xfs_growfs_rt_alloc_blocks() local
1724 struct xfs_inode *rbmip = rtg_bitmap(rtg); in xfs_rtpick_extent() local
1731 xfs_assert_ilocked(rbmip, XFS_ILOCK_EXCL); in xfs_rtpick_extent()
1733 ts = inode_get_atime(VFS_I(rbmip)); in xfs_rtpick_extent()
1734 if (!(rbmip->i_diflags & XFS_DIFLAG_NEWRTBM)) { in xfs_rtpick_extent()
1735 rbmip->i_diflags |= XFS_DIFLAG_NEWRTBM; in xfs_rtpick_extent()
1751 inode_set_atime_to_ts(VFS_I(rbmip), ts); in xfs_rtpick_extent()
[all …]
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c1058 struct xfs_inode *rbmip = rtg_bitmap(rtg); in xfs_rtfree_extent() local
1067 ASSERT(rbmip->i_itemp != NULL); in xfs_rtfree_extent()
1068 xfs_assert_ilocked(rbmip, XFS_ILOCK_EXCL); in xfs_rtfree_extent()
1096 if (!(rbmip->i_diflags & XFS_DIFLAG_NEWRTBM)) in xfs_rtfree_extent()
1097 rbmip->i_diflags |= XFS_DIFLAG_NEWRTBM; in xfs_rtfree_extent()
1099 atime = inode_get_atime(VFS_I(rbmip)); in xfs_rtfree_extent()
1101 inode_set_atime_to_ts(VFS_I(rbmip), atime); in xfs_rtfree_extent()
1102 xfs_trans_log_inode(tp, rbmip, XFS_ILOG_CORE); in xfs_rtfree_extent()