Searched refs:zone_end (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/trace/events/ |
D | compaction.h | 105 unsigned long free_pfn, unsigned long zone_end, bool sync), 107 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync), 113 __field(unsigned long, zone_end) 121 __entry->zone_end = zone_end; 129 __entry->zone_end, 135 unsigned long free_pfn, unsigned long zone_end, bool sync, 138 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync, status), 144 __field(unsigned long, zone_end) 153 __entry->zone_end = zone_end; 162 __entry->zone_end,
|
/linux-4.1.27/fs/ntfs/ |
D | lcnalloc.c | 151 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; in ntfs_cluster_alloc() local 233 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc() 239 zone_end = vol->nr_clusters; in ntfs_cluster_alloc() 242 zone_end = vol->mft_zone_start; in ntfs_cluster_alloc() 264 (unsigned long long)zone_end, in ntfs_cluster_alloc() 304 while (lcn < buf_size && lcn + bmp_pos < zone_end) { in ntfs_cluster_alloc() 501 if (bmp_pos < zone_end) { in ntfs_cluster_alloc() 505 (unsigned long long)zone_end); in ntfs_cluster_alloc() 516 zone_end = zone_start; in ntfs_cluster_alloc() 531 if (zone_end < zone_start) in ntfs_cluster_alloc() [all …]
|
/linux-4.1.27/drivers/md/ |
D | raid0.c | 65 zone_size = conf->strip_zone[j].zone_end - zone_start; in dump_zones() 71 zone_start = conf->strip_zone[j].zone_end; in dump_zones() 219 zone->zone_end = smallest->sectors * cnt; in create_strip_zones() 221 curr_zone_end = zone->zone_end; in create_strip_zones() 265 zone->zone_end = curr_zone_end; in create_strip_zones() 295 if (sector < z[i].zone_end) { in find_zone() 297 *sectorp = sector - z[i-1].zone_end; in find_zone()
|
D | raid0.h | 5 sector_t zone_end; /* Start of the next zone (in sectors) */ member
|
D | raid10.c | 3923 raid0_conf->strip_zone->zone_end, in raid10_takeover()
|
D | raid5.c | 7542 sectors = raid0_conf->strip_zone[0].zone_end; in raid45_takeover_raid0()
|
/linux-4.1.27/kernel/power/ |
D | snapshot.c | 521 unsigned long zone_start, zone_end; in create_mem_extents() local 525 zone_end = zone_end_pfn(zone); in create_mem_extents() 531 if (&ext->hook == list || zone_end < ext->start) { in create_mem_extents() 541 new_ext->end = zone_end; in create_mem_extents() 549 if (zone_end > ext->end) in create_mem_extents() 550 ext->end = zone_end; in create_mem_extents() 555 if (zone_end < cur->start) in create_mem_extents() 557 if (zone_end < cur->end) in create_mem_extents()
|