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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
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,
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 Drunlist.c1293 * @start_vcn: vcn at which to start the mapping pairs array
1296 * array corresponding to the runlist @rl, starting at vcn @start_vcn. This
1306 * - @start_vcn is invalid.
1310 const runlist_element *rl, const VCN start_vcn, int max_size)
1315 if (start_vcn < 0) {
1316 ntfs_log_trace("start_vcn %lld (should be >= 0)\n",
1317 (long long) start_vcn);
1322 if (start_vcn) {
1323 ntfs_log_trace("rl NULL, start_vcn %lld (should be > 0)\n",
1324 (long long) start_vcn);
1309 ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, const runlist_element *rl, const VCN start_vcn, int max_size) argument
1472 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) argument
1624 ntfs_rl_truncate(runlist **arl, const VCN start_vcn) argument
[all...]
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, argument
259 __FUNCTION__, (long long)start_vcn,
268 rl[0].vcn = start_vcn;
395 rl[rlpos].vcn = start_vcn;
397 (long long)start_vcn);
652 * @start_vcn: vcn in @rl at which to start freeing clusters
655 * Free @count clusters starting at the cluster @start_vcn in the runlist
658 * If @count is -1, all clusters from @start_vcn to the end of the runlist
664 int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s6 argument
[all...]
H A Dcompress.c567 VCN start_vcn, vcn, end_vcn; local
640 start_vcn = (pos & ~cb_size_mask) >> vol->cluster_size_bits;
650 nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits >>
656 vcn = start_vcn;
657 start_vcn += cb_clusters;
1524 s64 start_vcn; local
1578 start_vcn = 0;
1590 start_vcn = (wrl->vcn + (offs >> vol->cluster_size_bits))
1592 if (start_vcn < *update_from)
1593 *update_from = start_vcn;
1718 s64 start_vcn; local
[all...]

Completed in 51 milliseconds