/linux-6.14.4/fs/xfs/libxfs/ |
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,
|
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 1611 __xfs_refcount_add(tp, XFS_REFCOUNT_INCREASE, isrt, PREV->br_startblock, in xfs_refcount_increase_extent() 1621 bool isrt, in xfs_refcount_decrease_extent() argument 1627 __xfs_refcount_add(tp, XFS_REFCOUNT_DECREASE, isrt, PREV->br_startblock, in xfs_refcount_decrease_extent() 1983 bool isrt, in xfs_refcount_alloc_cow_extent() argument 1992 __xfs_refcount_add(tp, XFS_REFCOUNT_ALLOC_COW, isrt, fsb, len); in xfs_refcount_alloc_cow_extent() 1995 xfs_rmap_alloc_extent(tp, isrt, fsb, len, XFS_RMAP_OWN_COW); in xfs_refcount_alloc_cow_extent() 2002 bool isrt, in xfs_refcount_free_cow_extent() argument [all …]
|
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,
|
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 2851 __xfs_rmap_add(tp, XFS_RMAP_ALLOC, owner, isrt, XFS_DATA_FORK, &bmap); in xfs_rmap_alloc_extent() [all …]
|
D | xfs_bmap.c | 3390 bool isrt = XFS_IS_REALTIME_INODE(ap->ip) && in xfs_bmap_alloc_account() local 3418 xfs_trans_mod_dquot_byino(ap->tp, ap->ip, isrt ? in xfs_bmap_alloc_account() 3430 fld = isrt ? XFS_TRANS_DQ_DELRTBCOUNT : XFS_TRANS_DQ_DELBCOUNT; in xfs_bmap_alloc_account() 3432 fld = isrt ? XFS_TRANS_DQ_RTBCOUNT : XFS_TRANS_DQ_BCOUNT; in xfs_bmap_alloc_account() 4961 bool isrt; in xfs_bmap_del_extent_delay() local 4965 isrt = xfs_ifork_is_realtime(ip, whichfork); in xfs_bmap_del_extent_delay() 5044 if (da_new > da_old && !isrt) { in xfs_bmap_del_extent_delay() 5071 if (isrt) in xfs_bmap_del_extent_delay() 5391 bool isrt = xfs_ifork_is_realtime(ip, whichfork); in xfs_bmap_del_extent_real() local 5394 xfs_refcount_decrease_extent(tp, isrt, del); in xfs_bmap_del_extent_real() [all …]
|
/linux-6.14.4/fs/xfs/ |
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()
|
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()
|
D | xfs_extfree_item.c | 601 bool isrt, in xfs_efi_validate_ext() argument 604 if (isrt) in xfs_efi_validate_ext() 614 bool isrt, in xfs_efi_recover_work() argument 626 isrt ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_efi_recover_work() 627 if (isrt) in xfs_efi_recover_work() 649 bool isrt = xfs_efi_item_isrt(lip); in xfs_extent_free_recover_work() local 657 if (!xfs_efi_validate_ext(mp, isrt, in xfs_extent_free_recover_work() 665 xfs_efi_recover_work(mp, dfp, isrt, in xfs_extent_free_recover_work()
|
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() 1249 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_reflink_remap_extent() local 1393 xfs_refcount_decrease_extent(tp, isrt, &smap); in xfs_reflink_remap_extent() 1416 xfs_refcount_increase_extent(tp, isrt, dmap); in xfs_reflink_remap_extent()
|
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()
|
D | xfs_qm.c | 2091 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_qm_vop_chown() local 2123 isrt ? XFS_TRANS_DQ_RES_RTBLKS : XFS_TRANS_DQ_RES_BLKS, in xfs_qm_vop_chown() 2135 if (isrt) { in xfs_qm_vop_chown()
|
/linux-6.14.4/fs/xfs/scrub/ |
D | inode_repair.c | 545 bool isrt) in xrep_dinode_flags() argument 554 if (isrt) in xrep_dinode_flags() 871 bool isrt; in xrep_dinode_bad_extents_fork() local 880 isrt = dip->di_flags & cpu_to_be16(XFS_DIFLAG_REALTIME); in xrep_dinode_bad_extents_fork() 885 fa = xfs_bmap_validate_extent_raw(sc->mp, isrt, whichfork, in xrep_dinode_bad_extents_fork()
|