Searched refs:zone_end (Results 1 – 11 of 11) sorted by relevance
| /linux/include/trace/events/ |
| A D | compaction.h | 108 unsigned long free_pfn, unsigned long zone_end, bool sync), 110 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync), 116 __field(unsigned long, zone_end) 124 __entry->zone_end = zone_end; 132 __entry->zone_end, 138 unsigned long free_pfn, unsigned long zone_end, bool sync, 141 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync, status), 147 __field(unsigned long, zone_end) 156 __entry->zone_end = zone_end; 165 __entry->zone_end,
|
| /linux/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/drivers/md/ |
| A D | raid0.c | 56 zone_size = conf->strip_zone[j].zone_end - zone_start; in dump_zones() 61 zone_start = conf->strip_zone[j].zone_end; in dump_zones() 223 zone->zone_end = smallest->sectors * cnt; in create_strip_zones() 225 curr_zone_end = zone->zone_end; in create_strip_zones() 269 zone->zone_end = curr_zone_end; in create_strip_zones() 299 if (sector < z[i].zone_end) { in find_zone() 301 *sectorp = sector - z[i-1].zone_end; in find_zone() 445 if (bio_end_sector(bio) > zone->zone_end) { in raid0_handle_discard() 447 zone->zone_end - bio->bi_iter.bi_sector, GFP_NOIO, in raid0_handle_discard() 452 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 | 4368 raid0_conf->strip_zone->zone_end, in raid10_takeover()
|
| A D | raid5.c | 8394 sectors = raid0_conf->strip_zone[0].zone_end; in raid45_takeover_raid0()
|
| /linux/fs/ntfs3/ |
| A D | bitmap.c | 293 ib = wnd->zone_bit == wnd->zone_end || in wnd_add_free_ext() 294 bit < wnd->zone_end in wnd_add_free_ext() 296 : wnd->zone_end; in wnd_add_free_ext() 640 if (wnd->zone_bit != wnd->zone_end) { in wnd_rescan() 643 wnd->zone_end = wnd->zone_bit; in wnd_rescan() 663 wnd->zone_bit = wnd->zone_end = 0; in wnd_init() 990 hint = wnd->zone_end; in wnd_find() 1164 if (wnd->zone_end > wnd->zone_bit) { in wnd_find() 1167 zend = min(wnd->zone_end, ebit); in wnd_find() 1400 zlen = wnd->zone_end - wnd->zone_bit; in wnd_zone_set() [all …]
|
| A D | ntfs_fs.h | 162 size_t zone_end; member 912 return wnd->zone_end - wnd->zone_bit; in wnd_zone_len()
|
| /linux/kernel/power/ |
| A D | snapshot.c | 627 unsigned long zone_start, zone_end; in create_mem_extents() local 631 zone_end = zone_end_pfn(zone); in create_mem_extents() 637 if (&ext->hook == list || zone_end < ext->start) { in create_mem_extents() 647 new_ext->end = zone_end; in create_mem_extents() 655 if (zone_end > ext->end) in create_mem_extents() 656 ext->end = zone_end; in create_mem_extents() 661 if (zone_end < cur->start) in create_mem_extents() 663 if (zone_end < cur->end) in create_mem_extents()
|
| /linux/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/fs/btrfs/ |
| A D | zoned.c | 746 u64 zone_end = 0; in sb_log_location() local 749 zone_end = zones[1].start + zones[1].capacity; in sb_log_location() 751 zone_end = zones[0].start + zones[0].capacity; in sb_log_location() 752 if (zone_end) in sb_log_location() 753 wp = ALIGN_DOWN(zone_end << SECTOR_SHIFT, in sb_log_location()
|
Completed in 47 milliseconds