Searched refs:XFS_GC_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
57 #define XFS_GC_BUF_SIZE SZ_1M macro214 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()