Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
H A Dlcnalloc.c198 * @start_vcn: vcn to use for the first allocated cluster
235 runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, in ntfs_cluster_alloc() argument
259 __FUNCTION__, (long long)start_vcn, in ntfs_cluster_alloc()
268 rl[0].vcn = start_vcn; in ntfs_cluster_alloc()
397 rl[rlpos].vcn = start_vcn; in ntfs_cluster_alloc()
399 (long long)start_vcn); in ntfs_cluster_alloc()
655 * @start_vcn: vcn in @rl at which to start freeing clusters
658 * Free @count clusters starting at the cluster @start_vcn in the runlist
661 * If @count is -1, all clusters from @start_vcn to the end of the runlist
667 int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s6 argument
[all...]
H A Drunlist.c1310 * @start_vcn: vcn at which to start the mapping pairs array
1313 * array corresponding to the runlist @rl, starting at vcn @start_vcn. This
1323 * - @start_vcn is invalid.
1327 const runlist_element *rl, const VCN start_vcn, int max_size) in ntfs_get_size_for_mapping_pairs()
1332 if (start_vcn < 0) { in ntfs_get_size_for_mapping_pairs()
1333 ntfs_log_trace("start_vcn %lld (should be >= 0)\n", in ntfs_get_size_for_mapping_pairs()
1334 (long long) start_vcn); in ntfs_get_size_for_mapping_pairs()
1339 if (start_vcn) { in ntfs_get_size_for_mapping_pairs()
1340 ntfs_log_trace("rl NULL, start_vcn %lld (should be > 0)\n", in ntfs_get_size_for_mapping_pairs()
1341 (long long) start_vcn); in ntfs_get_size_for_mapping_pairs()
1326 ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, const runlist_element *rl, const VCN start_vcn, int max_size) ntfs_get_size_for_mapping_pairs() argument
1489 ntfs_mapping_pairs_build(const ntfs_volume *vol, u8 *dst, const int dst_len, const runlist_element *rl, const VCN start_vcn, runlist_element const **stop_rl) ntfs_mapping_pairs_build() argument
1641 ntfs_rl_truncate(runlist **arl, const VCN start_vcn) ntfs_rl_truncate() argument
[all...]
H A Dcompress.c713 VCN start_vcn, vcn, end_vcn; in ntfs_compressed_attr_pread() local
792 start_vcn = (pos & ~cb_size_mask) >> vol->cluster_size_bits; in ntfs_compressed_attr_pread()
802 nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits >> in ntfs_compressed_attr_pread()
808 vcn = start_vcn; in ntfs_compressed_attr_pread()
809 start_vcn += cb_clusters; in ntfs_compressed_attr_pread()
1683 s64 start_vcn; in ntfs_compressed_pwrite() local
1743 start_vcn = 0; in ntfs_compressed_pwrite()
1755 start_vcn = (wrl->vcn + (offs >> vol->cluster_size_bits)) in ntfs_compressed_pwrite()
1757 if (start_vcn < *update_from) in ntfs_compressed_pwrite()
1758 *update_from = start_vcn; in ntfs_compressed_pwrite()
1883 s64 start_vcn; ntfs_compressed_close() local
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Drunlist.h71 const runlist_element *rl, const VCN start_vcn, int max_size);
78 const VCN start_vcn, runlist_element const **stop_rl);
80 extern int ntfs_rl_truncate(runlist **arl, const VCN start_vcn);
H A Dlcnalloc.h41 extern runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count,
47 extern int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn,

Completed in 6 milliseconds