Searched refs:zone_start (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/fs/ntfs/ | 
| D | lcnalloc.c | 137 	LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn;  in ntfs_cluster_alloc()  local186 	zone_start = start_lcn;  in ntfs_cluster_alloc()
 187 	if (zone_start < 0) {  in ntfs_cluster_alloc()
 189 			zone_start = vol->data1_zone_pos;  in ntfs_cluster_alloc()
 191 			zone_start = vol->mft_zone_pos;  in ntfs_cluster_alloc()
 192 		if (!zone_start) {  in ntfs_cluster_alloc()
 199 	} else if (zone == DATA_ZONE && zone_start >= vol->mft_zone_start &&  in ntfs_cluster_alloc()
 200 			zone_start < vol->mft_zone_end) {  in ntfs_cluster_alloc()
 201 		zone_start = vol->mft_zone_end;  in ntfs_cluster_alloc()
 207 	} else if (zone == MFT_ZONE && (zone_start < vol->mft_zone_start ||  in ntfs_cluster_alloc()
 [all …]
 
 | 
| /Linux-v6.6/include/trace/events/ | 
| D | compaction.h | 102 	TP_PROTO(struct compact_control *cc, unsigned long zone_start,105 	TP_ARGS(cc, zone_start, zone_end, sync),
 108 		__field(unsigned long, zone_start)
 116 		__entry->zone_start = zone_start;
 124 		__entry->zone_start,
 132 	TP_PROTO(struct compact_control *cc, unsigned long zone_start,
 136 	TP_ARGS(cc, zone_start, zone_end, sync, status),
 139 		__field(unsigned long, zone_start)
 148 		__entry->zone_start = zone_start;
 157 		__entry->zone_start,
 
 | 
| /Linux-v6.6/drivers/md/ | 
| D | raid0.c | 39 	sector_t zone_start = 0;  in dump_zones()  local54 		zone_size  = conf->strip_zone[j].zone_end - zone_start;  in dump_zones()
 56 			(unsigned long long)zone_start>>1,  in dump_zones()
 59 		zone_start = conf->strip_zone[j].zone_end;  in dump_zones()
 
 | 
| /Linux-v6.6/tools/perf/scripts/python/ | 
| D | compaction-times.py | 234 	common_callchain, zone_start, migrate_start, free_start, zone_end,  argument241 	common_callchain, zone_start, migrate_start, free_start, zone_end,  argument
 
 | 
| /Linux-v6.6/kernel/power/ | 
| D | snapshot.c | 633 		unsigned long zone_start, zone_end;  in create_mem_extents()  local636 		zone_start = zone->zone_start_pfn;  in create_mem_extents()
 640 			if (zone_start <= ext->end)  in create_mem_extents()
 652 			new_ext->start = zone_start;  in create_mem_extents()
 659 		if (zone_start < ext->start)  in create_mem_extents()
 660 			ext->start = zone_start;  in create_mem_extents()
 
 | 
| /Linux-v6.6/fs/btrfs/ | 
| D | bio.c | 455 		u64 zone_start = round_down(physical, dev->fs_info->zone_size);  in btrfs_submit_dev_bio()  local458 		bio->bi_iter.bi_sector = zone_start >> SECTOR_SHIFT;  in btrfs_submit_dev_bio()
 
 |