Lines Matching defs:start_lcn
63 * @start_lcn: starting lcn at which to allocate the clusters (or -1 if none)
67 * Allocate @count clusters preferably starting at cluster @start_lcn or at the
68 * current allocator position if @start_lcn is -1, on the mounted ntfs volume
133 const s64 count, const LCN start_lcn,
149 ntfs_debug("Entering for start_vcn 0x%llx, count 0x%llx, start_lcn "
152 (unsigned long long)start_lcn,
159 BUG_ON(start_lcn < -1);
169 * If no specific @start_lcn was requested, use the current data zone
170 * position, otherwise use the requested @start_lcn but make sure it
186 zone_start = start_lcn;