Searched refs:start_lcn (Results 1 - 3 of 3) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | ioctl.c | 322 LCN end_buf, start_lcn; in fstrim() local 345 for (start_lcn = start_buf; start_lcn < end_buf; ++start_lcn) { in fstrim() 346 if (!ntfs_bit_get(buf, start_lcn-start_buf)) { in fstrim() 351 /* Cluster 'start_lcn' is not in use, in fstrim() 354 end_lcn = start_lcn+1; in fstrim() 356 (u64) (end_lcn-start_lcn) << vol->cluster_size_bits in fstrim() 360 aligned_lcn = align_up(vol, start_lcn, in fstrim() 379 start_lcn in fstrim() [all...] |
H A D | lcnalloc.c | 200 * @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) in ntfs_cluster_alloc() 251 ntfs_log_enter("Entering with count = 0x%llx, start_lcn = 0x%llx, " in ntfs_cluster_alloc() 253 start_lcn, zone == MFT_ZONE ? "MFT" : "DATA"); in ntfs_cluster_alloc() 255 if (!vol || count < 0 || start_lcn < -1 || !vol->lcnbmp_na || in ntfs_cluster_alloc() 260 (long long)count, (long long)start_lcn); in ntfs_cluster_alloc() 279 * If no @start_lcn was requested, use the current zone in ntfs_cluster_alloc() 280 * position otherwise use the requested @start_lcn in ntfs_cluster_alloc() 235 ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone) ntfs_cluster_alloc() argument [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | lcnalloc.h | 42 LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone);
|
Completed in 2 milliseconds