Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_zone_space_resv.c177 if (!xfs_group_marked(mp, XG_TYPE_RTG, XFS_RTG_RECLAIMABLE) && in xfs_zoned_reserve_available()
H A Dxfs_zone_alloc.c98 xfs_group_clear_mark(xg, XFS_RTG_RECLAIMABLE); in xfs_zone_account_reclaimable()
121 xfs_group_set_mark(xg, XFS_RTG_RECLAIMABLE); in xfs_zone_account_reclaimable()
H A Dxfs_zone_gc.c176 if (!xfs_group_marked(mp, XG_TYPE_RTG, XFS_RTG_RECLAIMABLE)) in xfs_zoned_need_gc()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_rtgroup.h65 #define XFS_RTG_RECLAIMABLE XA_MARK_1 macro