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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dioctl.c322 LCN end_buf, start_lcn; local
325 * end_buf is LCN of last cluster + 1 in the current buffer.
327 end_buf = start_buf + FSTRIM_BUFSIZ*8;
328 if (end_buf > vol->nr_clusters)
329 end_buf = vol->nr_clusters;
330 count = (end_buf - start_buf) / 8;
345 for (start_lcn = start_buf; start_lcn < end_buf; ++start_lcn) {
355 while (end_lcn < end_buf &&

Completed in 31 milliseconds