Lines Matching full:zones

93 	 * add the zones to the right buckets before the file systems becomes  in xfs_zone_account_reclaimable()
121 * and wake up GC which might be waiting for zones to reclaim. in xfs_zone_account_reclaimable()
142 * Check if we have any zones that can be reclaimed by looking at the entry
400 * Don't add open zones to the reclaimable buckets. The I/O completion in xfs_zone_free_blocks()
652 * instead of trying to open new zones for them or spread them to the least
687 * Try to fill up open zones with matching temperature if available. It in xfs_select_zone_nowait()
689 * activate empty zones when it is statistically better to separate in xfs_select_zone_nowait()
807 * GC only steals open zones at mount time, so no GC zones in xfs_get_cached_zone()
972 * Wait for all open zones to be freed so that they drop the group in xfs_free_open_zones()
1000 * For sequential write required zones we retrieved the hardware write in xfs_init_zone()
1003 * For conventional zones or conventional devices we don't have that in xfs_init_zone()
1089 * Calculate the max open zone limit based on the of number of backing zones
1099 * We need two zones for every open data zone, one in reserve as we in xfs_max_open_zones()
1100 * don't reclaim open zones. One data zone and its spare is included in xfs_max_open_zones()
1121 * allow to hold about a quarter of the zones open. In theory we could allow
1123 * reclaim open zones.
1145 xfs_notice(mp, "need at least %u open zones.", in xfs_calc_open_zones()
1152 xfs_info(mp, "limiting open zones to %u due to hardware limit.\n", in xfs_calc_open_zones()
1159 "limiting open zones to %u due to total zone count (%u)", in xfs_calc_open_zones()
1243 "zoned file systems need to have at least %u zones.", XFS_MIN_ZONES); in xfs_mount_zones()
1255 xfs_info(mp, "%u zones of %u blocks (%u max open zones)", in xfs_mount_zones()
1271 * because using the more efficient sequential write required zones in xfs_mount_zones()