Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_zone_gc.c57 #define XFS_GC_BUF_SIZE SZ_1M macro
214 folio_alloc(GFP_KERNEL, get_order(XFS_GC_BUF_SIZE)); in xfs_zone_gc_data_alloc()
218 data->scratch_size = XFS_GC_BUF_SIZE * XFS_GC_NR_BUFS; in xfs_zone_gc_data_alloc()
648 unsigned int this_off = off % XFS_GC_BUF_SIZE; in xfs_zone_gc_add_data()
649 unsigned int this_len = min(len, XFS_GC_BUF_SIZE - this_off); in xfs_zone_gc_add_data()
652 data->scratch_folios[off / XFS_GC_BUF_SIZE], in xfs_zone_gc_add_data()
691 min(howmany(len, XFS_GC_BUF_SIZE) + 1, XFS_GC_NR_BUFS), in xfs_zone_gc_start_chunk()