| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_refcount.h | 79 void xfs_refcount_increase_extent(struct xfs_trans *tp, bool isrt, 81 void xfs_refcount_decrease_extent(struct xfs_trans *tp, bool isrt, 93 void xfs_refcount_alloc_cow_extent(struct xfs_trans *tp, bool isrt, 95 void xfs_refcount_free_cow_extent(struct xfs_trans *tp, bool isrt,
|
| H A D | xfs_refcount.c | 1582 bool isrt, in __xfs_refcount_add() argument 1594 ri->ri_realtime = isrt; in __xfs_refcount_add() 1605 bool isrt, in xfs_refcount_increase_extent() argument 1621 bool isrt, in xfs_refcount_decrease_extent() argument 1983 bool isrt, in xfs_refcount_alloc_cow_extent() argument 2002 bool isrt, in xfs_refcount_free_cow_extent() argument 2060 bool isrt = xg->xg_type == XG_TYPE_RTG; in xfs_refcount_recover_cow_leftovers() local 2080 if (isrt) { in xfs_refcount_recover_cow_leftovers() 2106 if (isrt) { in xfs_refcount_recover_cow_leftovers() 2137 xfs_refcount_free_cow_extent(tp, isrt, fsb, in xfs_refcount_recover_cow_leftovers() [all …]
|
| H A D | xfs_rmap.h | 189 void xfs_rmap_alloc_extent(struct xfs_trans *tp, bool isrt, xfs_fsblock_t fsbno, 191 void xfs_rmap_free_extent(struct xfs_trans *tp, bool isrt, xfs_fsblock_t fsbno,
|
| H A D | xfs_rmap.c | 2749 bool isrt, in __xfs_rmap_add() argument 2761 ri->ri_realtime = isrt; in __xfs_rmap_add() 2775 bool isrt = xfs_ifork_is_realtime(ip, whichfork); in xfs_rmap_map_extent() local 2783 __xfs_rmap_add(tp, type, ip->i_ino, isrt, whichfork, PREV); in xfs_rmap_map_extent() 2795 bool isrt = xfs_ifork_is_realtime(ip, whichfork); in xfs_rmap_unmap_extent() local 2803 __xfs_rmap_add(tp, type, ip->i_ino, isrt, whichfork, PREV); in xfs_rmap_unmap_extent() 2821 bool isrt = xfs_ifork_is_realtime(ip, whichfork); in xfs_rmap_convert_extent() local 2829 __xfs_rmap_add(tp, type, ip->i_ino, isrt, whichfork, PREV); in xfs_rmap_convert_extent() 2836 bool isrt, in xfs_rmap_alloc_extent() argument 2858 bool isrt, in xfs_rmap_free_extent() argument [all …]
|
| H A D | xfs_bmap.c | 3248 bool isrt = XFS_IS_REALTIME_INODE(ap->ip) && in xfs_bmap_alloc_account() local 4682 bool isrt; in xfs_bmap_del_extent_delay() local 4686 isrt = xfs_ifork_is_realtime(ip, whichfork); in xfs_bmap_del_extent_delay() 4765 if (da_new > da_old && !isrt) { in xfs_bmap_del_extent_delay() 4794 } else if (isrt) { in xfs_bmap_del_extent_delay() 5123 xfs_refcount_decrease_extent(tp, isrt, del); in xfs_bmap_del_extent_real() 5124 } else if (isrt && !xfs_has_rtgroups(mp)) { in xfs_bmap_del_extent_real() 5143 if (isrt) in xfs_bmap_del_extent_real() 5189 int isrt; /* freeing in rt area */ in __xfs_bunmapi() local 5226 isrt = xfs_ifork_is_realtime(ip, whichfork); in __xfs_bunmapi() [all …]
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_refcount_item.c | 443 bool isrt, in xfs_cui_validate_phys() argument 462 if (isrt) in xfs_cui_validate_phys() 472 bool isrt, in xfs_cui_recover_work() argument 483 isrt ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_cui_recover_work() 484 ri->ri_realtime = isrt; in xfs_cui_recover_work() 503 bool isrt = xfs_cui_item_isrt(lip); in xfs_refcount_recover_work() local 513 if (!xfs_cui_validate_phys(mp, isrt, in xfs_refcount_recover_work() 521 xfs_cui_recover_work(mp, dfp, isrt, in xfs_refcount_recover_work()
|
| H A D | xfs_rmap_item.c | 462 bool isrt, in xfs_rui_validate_map() argument 492 if (isrt) in xfs_rui_validate_map() 502 bool isrt, in xfs_rui_recover_work() argument 548 isrt ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_rui_recover_work() 549 ri->ri_realtime = isrt; in xfs_rui_recover_work() 568 bool isrt = xfs_rui_item_isrt(lip); in xfs_rmap_recover_work() local 578 if (!xfs_rui_validate_map(mp, isrt, in xfs_rmap_recover_work() 586 xfs_rui_recover_work(mp, dfp, isrt, in xfs_rmap_recover_work()
|
| H A D | xfs_extfree_item.c | 602 bool isrt, in xfs_efi_validate_ext() argument 605 if (isrt) in xfs_efi_validate_ext() 615 bool isrt, in xfs_efi_recover_work() argument 627 isrt ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_efi_recover_work() 628 if (isrt) in xfs_efi_recover_work() 650 bool isrt = xfs_efi_item_isrt(lip); in xfs_extent_free_recover_work() local 658 if (!xfs_efi_validate_ext(mp, isrt, in xfs_extent_free_recover_work() 666 xfs_efi_recover_work(mp, dfp, isrt, in xfs_extent_free_recover_work()
|
| H A D | xfs_reflink.c | 631 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_reflink_cancel_cow_blocks() local 659 xfs_refcount_free_cow_extent(*tpp, isrt, in xfs_reflink_cancel_cow_blocks() 665 isrt ? XFS_FREE_EXTENT_REALTIME : 0); in xfs_reflink_cancel_cow_blocks() 801 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_reflink_end_cow_extent() local 871 xfs_refcount_decrease_extent(tp, isrt, &data); in xfs_reflink_end_cow_extent() 890 xfs_refcount_free_cow_extent(tp, isrt, del.br_startblock, in xfs_reflink_end_cow_extent() 1243 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_reflink_remap_extent() local 1387 xfs_refcount_decrease_extent(tp, isrt, &smap); in xfs_reflink_remap_extent() 1410 xfs_refcount_increase_extent(tp, isrt, dmap); in xfs_reflink_remap_extent()
|
| H A D | xfs_trans.c | 1289 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_trans_alloc_ichange() local 1294 if (isrt) { in xfs_trans_alloc_ichange() 1302 if (isrt) in xfs_trans_alloc_ichange()
|
| H A D | xfs_qm.c | 2092 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_qm_vop_chown() local 2124 isrt ? XFS_TRANS_DQ_RES_RTBLKS : XFS_TRANS_DQ_RES_BLKS, in xfs_qm_vop_chown() 2136 if (isrt) { in xfs_qm_vop_chown()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | inode_repair.c | 545 bool isrt) in xrep_dinode_flags() argument 554 if (isrt) in xrep_dinode_flags() 873 bool isrt; in xrep_dinode_bad_extents_fork() local 882 isrt = dip->di_flags & cpu_to_be16(XFS_DIFLAG_REALTIME); in xrep_dinode_bad_extents_fork() 887 fa = xfs_bmap_validate_extent_raw(sc->mp, isrt, whichfork, in xrep_dinode_bad_extents_fork()
|