Home
last modified time | relevance | path

Searched refs:start_vcn (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ntfs/
Dlcnalloc.h44 const VCN start_vcn, const s64 count, const LCN start_lcn,
48 extern s64 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn,
107 static inline s64 ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, in ntfs_cluster_free() argument
110 return __ntfs_cluster_free(ni, start_vcn, count, ctx, false); in ntfs_cluster_free()
Dlcnalloc.c146 runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, in ntfs_cluster_alloc() argument
164 "0x%llx, zone %s_ZONE.", (unsigned long long)start_vcn, in ntfs_cluster_alloc()
171 BUG_ON(start_vcn < 0); in ntfs_cluster_alloc()
407 rl[rlpos].vcn = start_vcn; in ntfs_cluster_alloc()
849 s64 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, s64 count, in __ntfs_cluster_free() argument
860 "0x%llx.%s", ni->mft_no, (unsigned long long)start_vcn, in __ntfs_cluster_free()
866 BUG_ON(start_vcn < 0); in __ntfs_cluster_free()
880 rl = ntfs_attr_find_vcn_nolock(ni, start_vcn, ctx); in __ntfs_cluster_free()
897 delta = start_vcn - rl->vcn; in __ntfs_cluster_free()
1002 delta = __ntfs_cluster_free(ni, start_vcn, total_freed, ctx, true); in __ntfs_cluster_free()
Dcompress.c495 VCN start_vcn = (((s64)index << PAGE_SHIFT) & ~cb_size_mask) >> in ntfs_read_compressed_block() local
504 unsigned int nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits in ntfs_read_compressed_block()
511 unsigned int nr_pages = (end_vcn - start_vcn) << in ntfs_read_compressed_block()
549 offset = start_vcn << vol->cluster_size_bits >> PAGE_SHIFT; in ntfs_read_compressed_block()
610 for (vcn = start_vcn, start_vcn += cb_clusters; vcn < start_vcn; in ntfs_read_compressed_block()
744 if (vcn == start_vcn - cb_clusters) { in ntfs_read_compressed_block()
787 } else if (vcn == start_vcn) { in ntfs_read_compressed_block()