Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_zone_gc.c122 #define XFS_ZONE_GC_RECS 1024 macro
208 data->iter.recs = kcalloc(XFS_ZONE_GC_RECS, sizeof(*data->iter.recs), in xfs_zone_gc_data_alloc()
285 if (++iter->rec_count == XFS_ZONE_GC_RECS) { in xfs_zone_gc_query_cb()