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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dioctl.c263 LCN start_buf; local
318 for (start_buf = 0; start_buf < vol->nr_clusters;
319 start_buf += FSTRIM_BUFSIZ * 8) {
324 /* start_buf is LCN of first cluster in the current buffer.
327 end_buf = start_buf + FSTRIM_BUFSIZ*8;
330 count = (end_buf - start_buf) / 8;
332 br = ntfs_attr_pread(vol->lcnbmp_na, start_buf/8, count, buf);
345 for (start_lcn = start_buf; start_lcn < end_buf; ++start_lcn) {
346 if (!ntfs_bit_get(buf, start_lcn-start_buf)) {
[all...]

Completed in 36 milliseconds