Lines Matching refs:isrt
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
2012 xfs_rmap_free_extent(tp, isrt, fsb, len, XFS_RMAP_OWN_COW); in xfs_refcount_free_cow_extent()
2013 __xfs_refcount_add(tp, XFS_REFCOUNT_FREE_COW, isrt, fsb, len); in xfs_refcount_free_cow_extent()
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()
2144 isrt ? XFS_FREE_EXTENT_REALTIME : 0); in xfs_refcount_recover_cow_leftovers()