Searched refs:from_vcn (Results 1 - 3 of 3) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsfallocate.c | 595 VCN from_vcn; in ntfs_inner_allocation() local 607 from_vcn = alloc_offs >> vol->cluster_size_bits; in ntfs_inner_allocation() 615 || ((rl->vcn + rl->length) <= from_vcn) in ntfs_inner_allocation() 621 from_hole = max(from_vcn, rl->vcn); in ntfs_inner_allocation()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | attrib.c | 1310 VCN cur_vcn, from_vcn; in ntfs_attr_fill_hole() local 1326 from_vcn = (*rl)->vcn + (*ofs >> vol->cluster_size_bits); in ntfs_attr_fill_hole() 1330 (long long)from_vcn, (long long)to_write, (long long)*ofs); in ntfs_attr_fill_hole() 1373 lcn_seek_from = rlc->lcn + (from_vcn - rlc->vcn); in ntfs_attr_fill_hole() 1383 lcn_seek_from = rlc->lcn - (rlc->vcn - from_vcn); in ntfs_attr_fill_hole() 1392 + 1 + (*rl)->vcn - from_vcn; in ntfs_attr_fill_hole() 1404 if ((from_vcn & -na->compression_block_clusters) <= (*rl)->vcn) in ntfs_attr_fill_hole() 1407 alloc_vcn = from_vcn & -na->compression_block_clusters; in ntfs_attr_fill_hole() 1421 rlc = ntfs_cluster_alloc(vol, from_vcn, need, in ntfs_attr_fill_hole() 1452 if ((*update_from == -1) || (from_vcn < *update_fro in ntfs_attr_fill_hole() 5900 ntfs_attr_update_mapping_pairs_i(ntfs_attr *na, VCN from_vcn, hole_type holes) global() argument 6322 ntfs_attr_update_mapping_pairs(ntfs_attr *na, VCN from_vcn) global() argument [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | attrib.h | 351 extern int ntfs_attr_update_mapping_pairs(ntfs_attr *na, VCN from_vcn);
|
Completed in 6 milliseconds