Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
H A Dioctl.c347 LCN end_lcn; in fstrim() local
354 end_lcn = start_lcn+1; in fstrim()
355 while (end_lcn < end_buf && in fstrim()
356 (u64) (end_lcn-start_lcn) << vol->cluster_size_bits in fstrim()
358 !ntfs_bit_get(buf, end_lcn-start_buf)) in fstrim()
359 end_lcn++; in fstrim()
362 if (aligned_lcn >= end_lcn) in fstrim()
367 end_lcn - aligned_lcn, in fstrim()
379 start_lcn = end_lcn-1; in fstrim()

Completed in 1 milliseconds