Lines Matching defs:start_lcn
322 LCN end_buf, start_lcn;
345 for (start_lcn = start_buf; start_lcn < end_buf; ++start_lcn) {
346 if (!ntfs_bit_get(buf, start_lcn-start_buf)) {
351 /* Cluster 'start_lcn' is not in use,
354 end_lcn = start_lcn+1;
356 (u64) (end_lcn-start_lcn) << vol->cluster_size_bits
360 aligned_lcn = align_up(vol, start_lcn,
379 start_lcn = end_lcn-1;