Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dcompaction.h103 unsigned long zone_end, bool sync),
105 TP_ARGS(cc, zone_start, zone_end, sync),
111 __field(unsigned long, zone_end)
119 __entry->zone_end = zone_end;
127 __entry->zone_end,
133 unsigned long zone_end, bool sync,
136 TP_ARGS(cc, zone_start, zone_end, sync, status),
142 __field(unsigned long, zone_end)
151 __entry->zone_end = zone_end;
160 __entry->zone_end,
/openbmc/linux/fs/ntfs/
H A 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 …]
/openbmc/linux/drivers/md/
H A 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()
275 sector_t first_sector = conf->strip_zone[i-1].zone_end; in create_strip_zones()
308 if (sector < z[i].zone_end) { in find_zone()
310 *sectorp = sector - z[i-1].zone_end; in find_zone()
466 if (bio_end_sector(bio) > zone->zone_end) { in raid0_handle_discard()
468 zone->zone_end - bio->bi_iter.bi_sector, GFP_NOIO, in raid0_handle_discard()
[all …]
H A Draid0.h6 sector_t zone_end; /* Start of the next zone (in sectors) */ member
H A Draid10.c4419 raid0_conf->strip_zone->zone_end, in raid10_takeover()
H A Draid5.c8771 sectors = raid0_conf->strip_zone[0].zone_end; in raid45_takeover_raid0()
/openbmc/linux/fs/ntfs3/
H A Dbitmap.c289 ib = wnd->zone_bit == wnd->zone_end || in wnd_add_free_ext()
290 bit < wnd->zone_end ? in wnd_add_free_ext()
292 wnd->zone_end; in wnd_add_free_ext()
300 ib = wnd->zone_bit == wnd->zone_end || in wnd_add_free_ext()
633 if (wnd->zone_bit != wnd->zone_end) { in wnd_rescan()
634 size_t zlen = wnd->zone_end - wnd->zone_bit; in wnd_rescan()
636 wnd->zone_end = wnd->zone_bit; in wnd_rescan()
656 wnd->zone_bit = wnd->zone_end = 0; in wnd_init()
1005 zeroes -= wnd->zone_end - wnd->zone_bit; in wnd_find()
1016 if (wnd->zone_bit <= hint && hint < wnd->zone_end) in wnd_find()
[all …]
H A Dntfs_fs.h170 size_t zone_end; member
933 return wnd->zone_end - wnd->zone_bit; in wnd_zone_len()
H A Drun.c1088 zone = max(wnd->zone_bit, lcn) < min(wnd->zone_end, lcn + len); in run_unpack_ex()
/openbmc/linux/kernel/power/
H A Dsnapshot.c633 unsigned long zone_start, zone_end; in create_mem_extents() local
637 zone_end = zone_end_pfn(zone); in create_mem_extents()
643 if (&ext->hook == list || zone_end < ext->start) { in create_mem_extents()
653 new_ext->end = zone_end; in create_mem_extents()
661 if (zone_end > ext->end) in create_mem_extents()
662 ext->end = zone_end; in create_mem_extents()
667 if (zone_end < cur->start) in create_mem_extents()
669 if (zone_end < cur->end) in create_mem_extents()
/openbmc/linux/tools/perf/scripts/python/
H A 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
/openbmc/linux/fs/btrfs/
H A Dzoned.c129 u64 zone_end = (zones[i].start + zones[i].capacity) << SECTOR_SHIFT; in sb_write_pointer() local
130 u64 bytenr = ALIGN_DOWN(zone_end, BTRFS_SUPER_INFO_SIZE) - in sb_write_pointer()
857 u64 zone_end = 0; in sb_log_location() local
860 zone_end = zones[1].start + zones[1].capacity; in sb_log_location()
862 zone_end = zones[0].start + zones[0].capacity; in sb_log_location()
863 if (zone_end) in sb_log_location()
864 wp = ALIGN_DOWN(zone_end << SECTOR_SHIFT, in sb_log_location()