Home
last modified time | relevance | path

Searched refs:cur_vcn (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfswipe.c659 VCN cur_vcn = 0; in wipe_compressed_attribute() local
665 cur_vcn += rlc->length; in wipe_compressed_attribute()
666 if ((cur_vcn & cu_mask) || in wipe_compressed_attribute()
675 offset = cur_vcn - rlc->length; in wipe_compressed_attribute()
710 offset = (cur_vcn << vol->cluster_size_bits) - size; in wipe_compressed_attribute()
/third_party/ntfs-3g/libntfs-3g/
Dattrib.c1310 VCN cur_vcn, from_vcn; in ntfs_attr_fill_hole() local
1325 cur_vcn = (*rl)->vcn; in ntfs_attr_fill_hole()
1329 "%lld\n", (long long)count, (long long)cur_vcn, in ntfs_attr_fill_hole()
1341 (cur_vcn ? cur_vcn - 1 : cur_vcn))) in ntfs_attr_fill_hole()
1351 *rl = ntfs_attr_find_vcn(na, cur_vcn); in ntfs_attr_fill_hole()
1454 *rl = ntfs_attr_find_vcn(na, cur_vcn); in ntfs_attr_fill_hole()
1477 if (ntfs_attr_fill_zero(na, cur_vcn << vol->cluster_size_bits, in ntfs_attr_fill_hole()
1481 if ((*rl)->vcn < cur_vcn) { in ntfs_attr_fill_hole()
1486 *ofs += (cur_vcn - (*rl)->vcn) << vol->cluster_size_bits; in ntfs_attr_fill_hole()
1488 if ((*rl)->vcn > cur_vcn) { in ntfs_attr_fill_hole()
[all …]