Searched refs:zone_start (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/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 200 zone_start = start_lcn; in ntfs_cluster_alloc() 201 if (zone_start < 0) { in ntfs_cluster_alloc() 203 zone_start = vol->data1_zone_pos; in ntfs_cluster_alloc() 205 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc() 206 if (!zone_start) { in ntfs_cluster_alloc() 213 } else if (zone == DATA_ZONE && zone_start >= vol->mft_zone_start && in ntfs_cluster_alloc() 214 zone_start < vol->mft_zone_end) { in ntfs_cluster_alloc() 215 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc() 221 } else if (zone == MFT_ZONE && (zone_start < vol->mft_zone_start || in ntfs_cluster_alloc() [all …]
|
/linux-4.4.14/include/trace/events/ |
D | compaction.h | 160 TP_PROTO(unsigned long zone_start, unsigned long migrate_pfn, 163 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync), 166 __field(unsigned long, zone_start) 174 __entry->zone_start = zone_start; 182 __entry->zone_start, 190 TP_PROTO(unsigned long zone_start, unsigned long migrate_pfn, 194 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync, status), 197 __field(unsigned long, zone_start) 206 __entry->zone_start = zone_start; 215 __entry->zone_start,
|
/linux-4.4.14/drivers/md/ |
D | raid0.c | 50 sector_t zone_start = 0; in dump_zones() local 65 zone_size = conf->strip_zone[j].zone_end - zone_start; in dump_zones() 68 (unsigned long long)zone_start>>1, in dump_zones() 71 zone_start = conf->strip_zone[j].zone_end; in dump_zones()
|
/linux-4.4.14/tools/perf/scripts/python/ |
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-4.4.14/kernel/power/ |
D | snapshot.c | 521 unsigned long zone_start, zone_end; in create_mem_extents() local 524 zone_start = zone->zone_start_pfn; in create_mem_extents() 528 if (zone_start <= ext->end) in create_mem_extents() 540 new_ext->start = zone_start; in create_mem_extents() 547 if (zone_start < ext->start) in create_mem_extents() 548 ext->start = zone_start; in create_mem_extents()
|