Searched defs:xfs_zone_gc_data (Results 1 – 1 of 1) sorted by relevance
126 struct xfs_zone_gc_data { struct127 struct xfs_mount *mp;130 struct bio_set bio_set;139 struct folio *scratch_folios[XFS_GC_NR_BUFS];140 unsigned int scratch_size;141 unsigned int scratch_available;142 unsigned int scratch_head;143 unsigned int scratch_tail;150 struct list_head reading;151 struct list_head writing;[all …]