Home
last modified time | relevance | path

Searched refs:zone_end (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/include/trace/events/
Dcompaction.h92 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-5.19.10/fs/ntfs/
Dlcnalloc.c137 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; in ntfs_cluster_alloc() local
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()
290 while (lcn < buf_size && lcn + bmp_pos < zone_end) { in ntfs_cluster_alloc()
487 if (bmp_pos < zone_end) { in ntfs_cluster_alloc()
491 (unsigned long long)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()
[all …]
/linux-5.19.10/drivers/md/
Draid0.c54 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()
451 if (bio_end_sector(bio) > zone->zone_end) { in raid0_handle_discard()
453 zone->zone_end - bio->bi_iter.bi_sector, GFP_NOIO, in raid0_handle_discard()
458 end = zone->zone_end; in raid0_handle_discard()
[all …]
Draid0.h6 sector_t zone_end; /* Start of the next zone (in sectors) */ member
Draid10.c4377 raid0_conf->strip_zone->zone_end, in raid10_takeover()
Draid5.c8459 sectors = raid0_conf->strip_zone[0].zone_end; in raid45_takeover_raid0()
/linux-5.19.10/fs/ntfs3/
Dbitmap.c293 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()
304 ib = wnd->zone_bit == wnd->zone_end || in wnd_add_free_ext()
640 if (wnd->zone_bit != wnd->zone_end) { in wnd_rescan()
641 size_t zlen = wnd->zone_end - wnd->zone_bit; in wnd_rescan()
643 wnd->zone_end = wnd->zone_bit; in wnd_rescan()
663 wnd->zone_bit = wnd->zone_end = 0; in wnd_init()
978 zeroes -= wnd->zone_end - wnd->zone_bit; in wnd_find()
989 if (wnd->zone_bit <= hint && hint < wnd->zone_end) in wnd_find()
[all …]
Dntfs_fs.h161 size_t zone_end; member
916 return wnd->zone_end - wnd->zone_bit; in wnd_zone_len()
/linux-5.19.10/kernel/power/
Dsnapshot.c631 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-5.19.10/tools/perf/scripts/python/
Dcompaction-times.py234 common_callchain, zone_start, migrate_start, free_start, zone_end, argument
241 common_callchain, zone_start, migrate_start, free_start, zone_end, argument
/linux-5.19.10/fs/btrfs/
Dzoned.c832 u64 zone_end = 0; in sb_log_location() local
835 zone_end = zones[1].start + zones[1].capacity; in sb_log_location()
837 zone_end = zones[0].start + zones[0].capacity; in sb_log_location()
838 if (zone_end) in sb_log_location()
839 wp = ALIGN_DOWN(zone_end << SECTOR_SHIFT, in sb_log_location()