Home
last modified time | relevance | path

Searched refs:isrt (Results 1 – 12 of 12) sorted by relevance

/fs/xfs/libxfs/
A Dxfs_refcount.h79 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,
A Dxfs_refcount.c1582 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()
2104 if (isrt) { in xfs_refcount_recover_cow_leftovers()
2135 xfs_refcount_free_cow_extent(tp, isrt, fsb, in xfs_refcount_recover_cow_leftovers()
[all …]
A Dxfs_rmap.h189 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,
A Dxfs_rmap.c2749 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 …]
A Dxfs_bmap.c3248 bool isrt = XFS_IS_REALTIME_INODE(ap->ip) && in xfs_bmap_alloc_account() local
4687 bool isrt; in xfs_bmap_del_extent_delay() local
4691 isrt = xfs_ifork_is_realtime(ip, whichfork); in xfs_bmap_del_extent_delay()
4770 if (da_new > da_old && !isrt) { in xfs_bmap_del_extent_delay()
4799 } else if (isrt) { in xfs_bmap_del_extent_delay()
5128 xfs_refcount_decrease_extent(tp, isrt, del); in xfs_bmap_del_extent_real()
5129 } else if (isrt && !xfs_has_rtgroups(mp)) { in xfs_bmap_del_extent_real()
5148 if (isrt) in xfs_bmap_del_extent_real()
5194 int isrt; /* freeing in rt area */ in __xfs_bunmapi() local
5231 isrt = xfs_ifork_is_realtime(ip, whichfork); in __xfs_bunmapi()
[all …]
/fs/xfs/
A Dxfs_refcount_item.c453 bool isrt, in xfs_cui_validate_phys() argument
472 if (isrt) in xfs_cui_validate_phys()
482 bool isrt, in xfs_cui_recover_work() argument
493 isrt ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_cui_recover_work()
494 ri->ri_realtime = isrt; in xfs_cui_recover_work()
513 bool isrt = xfs_cui_item_isrt(lip); in xfs_refcount_recover_work() local
523 if (!xfs_cui_validate_phys(mp, isrt, in xfs_refcount_recover_work()
531 xfs_cui_recover_work(mp, dfp, isrt, in xfs_refcount_recover_work()
A Dxfs_rmap_item.c472 bool isrt, in xfs_rui_validate_map() argument
502 if (isrt) in xfs_rui_validate_map()
512 bool isrt, in xfs_rui_recover_work() argument
558 isrt ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_rui_recover_work()
559 ri->ri_realtime = isrt; in xfs_rui_recover_work()
578 bool isrt = xfs_rui_item_isrt(lip); in xfs_rmap_recover_work() local
588 if (!xfs_rui_validate_map(mp, isrt, in xfs_rmap_recover_work()
596 xfs_rui_recover_work(mp, dfp, isrt, in xfs_rmap_recover_work()
A Dxfs_extfree_item.c615 bool isrt, in xfs_efi_validate_ext() argument
618 if (isrt) in xfs_efi_validate_ext()
628 bool isrt, in xfs_efi_recover_work() argument
640 isrt ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_efi_recover_work()
641 if (isrt) in xfs_efi_recover_work()
663 bool isrt = xfs_efi_item_isrt(lip); in xfs_extent_free_recover_work() local
671 if (!xfs_efi_validate_ext(mp, isrt, in xfs_extent_free_recover_work()
679 xfs_efi_recover_work(mp, dfp, isrt, in xfs_extent_free_recover_work()
A Dxfs_reflink.c631 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()
799 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_reflink_end_cow_extent_locked() local
855 xfs_refcount_decrease_extent(tp, isrt, &data); in xfs_reflink_end_cow_extent_locked()
874 xfs_refcount_free_cow_extent(tp, isrt, del.br_startblock, in xfs_reflink_end_cow_extent_locked()
1327 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_reflink_remap_extent() local
1471 xfs_refcount_decrease_extent(tp, isrt, &smap); in xfs_reflink_remap_extent()
1494 xfs_refcount_increase_extent(tp, isrt, dmap); in xfs_reflink_remap_extent()
A Dxfs_trans.c1276 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_trans_alloc_ichange() local
1281 if (isrt) { in xfs_trans_alloc_ichange()
1289 if (isrt) in xfs_trans_alloc_ichange()
A Dxfs_qm.c2038 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_qm_vop_chown() local
2070 isrt ? XFS_TRANS_DQ_RES_RTBLKS : XFS_TRANS_DQ_RES_BLKS, in xfs_qm_vop_chown()
2082 if (isrt) { in xfs_qm_vop_chown()
/fs/xfs/scrub/
A Dinode_repair.c545 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()

Completed in 53 milliseconds