Searched refs:zone_end (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/trace/events/ |
A D | compaction.h | 92 unsigned long zone_end, bool sync), 94 TP_ARGS(cc, zone_start, zone_end, sync), 100 __field(unsigned long, zone_end) 108 __entry->zone_end = zone_end; 116 __entry->zone_end, 122 unsigned long zone_end, bool sync, 125 TP_ARGS(cc, zone_start, zone_end, sync, status), 131 __field(unsigned long, zone_end) 140 __entry->zone_end = zone_end; 149 __entry->zone_end,
|
/linux-6.3-rc2/fs/ntfs/ |
A D | lcnalloc.c | 219 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc() 225 zone_end = vol->nr_clusters; in ntfs_cluster_alloc() 228 zone_end = vol->mft_zone_start; in ntfs_cluster_alloc() 250 (unsigned long long)zone_end, in ntfs_cluster_alloc() 487 if (bmp_pos < zone_end) { in ntfs_cluster_alloc() 502 zone_end = zone_start; in ntfs_cluster_alloc() 517 if (zone_end < zone_start) in ntfs_cluster_alloc() 518 zone_end = zone_start; in ntfs_cluster_alloc() 573 zone_end = vol->nr_clusters; in ntfs_cluster_alloc() 662 if (zone_start == zone_end) { in ntfs_cluster_alloc() [all …]
|
/linux-6.3-rc2/drivers/md/ |
A D | raid0.c | 54 zone_size = conf->strip_zone[j].zone_end - zone_start; in dump_zones() 59 zone_start = conf->strip_zone[j].zone_end; in dump_zones() 204 zone->zone_end = smallest->sectors * cnt; in create_strip_zones() 206 curr_zone_end = zone->zone_end; in create_strip_zones() 250 zone->zone_end = curr_zone_end; in create_strip_zones() 296 if (sector < z[i].zone_end) { in find_zone() 298 *sectorp = sector - z[i-1].zone_end; in find_zone() 450 if (bio_end_sector(bio) > zone->zone_end) { in raid0_handle_discard() 452 zone->zone_end - bio->bi_iter.bi_sector, GFP_NOIO, in raid0_handle_discard() 457 end = zone->zone_end; in raid0_handle_discard() [all …]
|
A D | raid0.h | 6 sector_t zone_end; /* Start of the next zone (in sectors) */ member
|
A D | raid10.c | 4415 raid0_conf->strip_zone->zone_end, in raid10_takeover()
|
A D | raid5.c | 8707 sectors = raid0_conf->strip_zone[0].zone_end; in raid45_takeover_raid0()
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | bitmap.c | 288 ib = wnd->zone_bit == wnd->zone_end || in wnd_add_free_ext() 289 bit < wnd->zone_end in wnd_add_free_ext() 291 : wnd->zone_end; in wnd_add_free_ext() 299 ib = wnd->zone_bit == wnd->zone_end || in wnd_add_free_ext() 632 if (wnd->zone_bit != wnd->zone_end) { in wnd_rescan() 635 wnd->zone_end = wnd->zone_bit; in wnd_rescan() 655 wnd->zone_bit = wnd->zone_end = 0; in wnd_init() 1014 hint = wnd->zone_end; in wnd_find() 1188 if (wnd->zone_end > wnd->zone_bit) { in wnd_find() 1191 zend = min(wnd->zone_end, ebit); in wnd_find() [all …]
|
A D | ntfs_fs.h | 165 size_t zone_end; member 929 return wnd->zone_end - wnd->zone_bit; in wnd_zone_len()
|
/linux-6.3-rc2/kernel/power/ |
A D | snapshot.c | 631 unsigned long zone_start, zone_end; in create_mem_extents() local 635 zone_end = zone_end_pfn(zone); in create_mem_extents() 641 if (&ext->hook == list || zone_end < ext->start) { in create_mem_extents() 651 new_ext->end = zone_end; in create_mem_extents() 659 if (zone_end > ext->end) in create_mem_extents() 660 ext->end = zone_end; in create_mem_extents() 665 if (zone_end < cur->start) in create_mem_extents() 667 if (zone_end < cur->end) in create_mem_extents()
|
/linux-6.3-rc2/tools/perf/scripts/python/ |
A D | compaction-times.py | 234 common_callchain, zone_start, migrate_start, free_start, zone_end, argument 241 common_callchain, zone_start, migrate_start, free_start, zone_end, argument
|
/linux-6.3-rc2/fs/btrfs/ |
A D | zoned.c | 852 u64 zone_end = 0; in sb_log_location() local 855 zone_end = zones[1].start + zones[1].capacity; in sb_log_location() 857 zone_end = zones[0].start + zones[0].capacity; in sb_log_location() 858 if (zone_end) in sb_log_location() 859 wp = ALIGN_DOWN(zone_end << SECTOR_SHIFT, in sb_log_location()
|
Completed in 43 milliseconds