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
233 folio_alloc(GFP_KERNEL, get_order(XFS_GC_BUF_SIZE)); in xfs_zone_gc_data_alloc()
237 data->scratch_size = XFS_GC_BUF_SIZE * XFS_GC_NR_BUFS; in xfs_zone_gc_data_alloc()
672 unsigned int this_off = off % XFS_GC_BUF_SIZE; in xfs_zone_gc_add_data()
673 unsigned int this_len = min(len, XFS_GC_BUF_SIZE - this_off); in xfs_zone_gc_add_data()
676 data->scratch_folios[off / XFS_GC_BUF_SIZE], in xfs_zone_gc_add_data()