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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.h42 LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone);
H A Dioctl.c322 LCN end_buf, start_lcn; local
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
[all...]
H A Dlcnalloc.c200 * @start_lcn: starting lcn at which to allocate the clusters (or -1 if none)
203 * Allocate @count clusters preferably starting at cluster @start_lcn or at the
204 * current allocator position if @start_lcn is -1, on the mounted ntfs volume
236 LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone)
251 ntfs_log_enter("Entering with count = 0x%llx, start_lcn = 0x%llx, "
253 start_lcn, zone == MFT_ZONE ? "MFT" : "DATA");
255 if (!vol || count < 0 || start_lcn < -1 || !vol->lcnbmp_na ||
260 (long long)count, (long long)start_lcn);
279 * If no @start_lcn was requested, use the current zone
280 * position otherwise use the requested @start_lcn
235 ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone) argument
[all...]

Completed in 34 milliseconds