Searched refs:end_lcn (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dioctl.c347 LCN end_lcn; local
354 end_lcn = start_lcn+1;
355 while (end_lcn < end_buf &&
356 (u64) (end_lcn-start_lcn) << vol->cluster_size_bits
358 !ntfs_bit_get(buf, end_lcn-start_buf))
359 end_lcn++;
362 if (aligned_lcn >= end_lcn)
367 end_lcn - aligned_lcn,
379 start_lcn = end_lcn-1;

Completed in 26 milliseconds