Searched refs:zone_start (Results 1 – 3 of 3) sorted by relevance
238 LCN zone_start, zone_end; /* current search range */ in ntfs_cluster_alloc() local283 zone_start = start_lcn; in ntfs_cluster_alloc()285 if (zone_start < 0) { in ntfs_cluster_alloc()287 zone_start = vol->data1_zone_pos; in ntfs_cluster_alloc()289 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()295 if (!zone_start || zone_start == vol->mft_zone_start || in ntfs_cluster_alloc()296 zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()299 if (zone_start < vol->mft_zone_start) { in ntfs_cluster_alloc()302 } else if (zone_start < vol->mft_zone_end) { in ntfs_cluster_alloc()310 bmp_pos = zone_start; in ntfs_cluster_alloc()[all …]
265 auto zone_start = std::find(std::begin(host), std::end(host), '%'); in decode_host() local266 if (zone_start == std::end(host) || in decode_host()268 std::string(std::begin(host), zone_start).c_str())) { in decode_host()272 if (zone_start + 1 == std::end(host)) { in decode_host()276 if (zone_start + 3 >= std::end(host)) { in decode_host()281 auto zone_id_src = (*(zone_start + 1) == '2' && *(zone_start + 2) == '5') in decode_host()282 ? zone_start + 3 in decode_host()283 : zone_start + 1; in decode_host()285 auto res = std::string(std::begin(host), zone_start + 1); in decode_host()
41039 long unsigned int zone_start; member41049 long unsigned int zone_start; member