Home
last modified time | relevance | path

Searched refs:zone_start (Results 1 – 2 of 2) sorted by relevance

/fs/ntfs/
Dlcnalloc.c137 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; in ntfs_cluster_alloc() local
186 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 …]
/fs/btrfs/
Dvolumes.c6754 u64 zone_start = round_down(physical, fs_info->zone_size); in submit_stripe_bio() local
6756 bio->bi_iter.bi_sector = zone_start >> SECTOR_SHIFT; in submit_stripe_bio()