/third_party/ntfs-3g/include/ntfs-3g/ |
D | runlist.h | 47 VCN vcn; /* vcn = Starting virtual cluster number. */ 55 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn); 71 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);
|
D | index.h | 62 #define VCN_INDEX_ROOT_PARENT ((VCN)-2) 129 VCN parent_vcn[MAX_PARENT_VCN]; /* entry's parent nodes */ 143 u64 inum, VCN vcn); 159 extern VCN ntfs_ie_get_vcn(INDEX_ENTRY *ie);
|
D | compress.h | 35 VCN *update_from); 38 s64 offs, VCN *update_from);
|
D | attrib.h | 104 const VCN lowest_vcn, const u8 *val, const u32 val_len, 313 extern int ntfs_attr_map_runlist(ntfs_attr *na, VCN vcn); 316 extern LCN ntfs_attr_vcn_to_lcn(ntfs_attr *na, const VCN vcn); 317 extern runlist_element *ntfs_attr_find_vcn(ntfs_attr *na, const VCN vcn); 332 const ntfschar *name, u8 name_len, VCN lowest_vcn, 351 extern int ntfs_attr_update_mapping_pairs(ntfs_attr *na, VCN from_vcn);
|
D | lcnalloc.h | 41 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,
|
D | types.h | 74 typedef s64 VCN; typedef
|
/third_party/ntfs-3g/libntfs-3g/ |
D | index.c | 73 static s64 ntfs_ib_vcn_to_pos(ntfs_index_context *icx, VCN vcn) in ntfs_ib_vcn_to_pos() 78 static VCN ntfs_ib_pos_to_vcn(ntfs_index_context *icx, s64 pos) in ntfs_ib_pos_to_vcn() 202 VCN ntfs_ie_get_vcn(INDEX_ENTRY *ie) in ntfs_ie_get_vcn() 339 static void ntfs_ie_set_vcn(INDEX_ENTRY *ie, VCN vcn) in ntfs_ie_set_vcn() 380 size -= sizeof(VCN); in ntfs_ie_dup_novcn() 461 u64 inum, VCN vcn) in ntfs_index_block_inconsistent() 577 VCN *vcn, INDEX_ENTRY **ie_out) in ntfs_ie_lookup() 688 static int ntfs_ib_read(ntfs_index_context *icx, VCN vcn, INDEX_BLOCK *dst) in ntfs_ib_read() 771 VCN old_vcn, vcn; in ntfs_index_lookup() 904 static INDEX_BLOCK *ntfs_ib_alloc(VCN ib_vcn, u32 ib_size, in ntfs_ib_alloc() [all …]
|
D | runlist.c | 516 VCN marker_vcn = 0; in ntfs_runlists_merge_i() 786 VCN vcn; /* Current vcn. */ in ntfs_mapping_pairs_decompress_i() 801 sle64_to_cpu(attr->lowest_vcn) < (VCN)0) { in ntfs_mapping_pairs_decompress_i() 825 rl->vcn = (VCN)0; in ntfs_mapping_pairs_decompress_i() 959 VCN num_clusters; in ntfs_mapping_pairs_decompress_i() 1054 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn() 1058 if (vcn < (VCN)0) in ntfs_rl_vcn_to_lcn() 1327 const runlist_element *rl, const VCN start_vcn, int max_size) in ntfs_get_size_for_mapping_pairs() 1491 const VCN start_vcn, runlist_element const **stop_rl) in ntfs_mapping_pairs_build() 1641 int ntfs_rl_truncate(runlist **arl, const VCN start_vcn) in ntfs_rl_truncate()
|
D | attrib.c | 611 int ntfs_attr_map_runlist(ntfs_attr *na, VCN vcn) in ntfs_attr_map_runlist() 655 static int ntfs_attr_map_partial_runlist(ntfs_attr *na, VCN vcn) in ntfs_attr_map_partial_runlist() 657 VCN last_vcn; in ntfs_attr_map_partial_runlist() 658 VCN highest_vcn; in ntfs_attr_map_partial_runlist() 659 VCN needed; in ntfs_attr_map_partial_runlist() 752 VCN next_vcn, last_vcn, highest_vcn; in ntfs_attr_map_whole_runlist() 878 LCN ntfs_attr_vcn_to_lcn(ntfs_attr *na, const VCN vcn) in ntfs_attr_vcn_to_lcn() 928 runlist_element *ntfs_attr_find_vcn(ntfs_attr *na, const VCN vcn) in ntfs_attr_find_vcn() 1302 runlist_element **rl, VCN *update_from) in ntfs_attr_fill_hole() 1310 VCN cur_vcn, from_vcn; in ntfs_attr_fill_hole() [all …]
|
D | compress.c | 651 VCN cb_start_vcn, int cb_clusters) in ntfs_is_cb_compressed() 713 VCN start_vcn, vcn, end_vcn; in ntfs_compressed_attr_pread() 1233 s32 usedcnt, s32 freecnt, VCN *update_from) in ntfs_compress_overwr_free() 1446 VCN *update_from) in ntfs_compress_free() 1628 BOOL appending, VCN *update_from) in ntfs_flush() 1673 VCN *update_from) in ntfs_compressed_pwrite() 1874 VCN *update_from) in ntfs_compressed_close()
|
D | lcnalloc.c | 235 runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, in ntfs_cluster_alloc() 667 int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s64 count) in ntfs_cluster_free()
|
D | mft.c | 86 VCN m; in ntfs_mft_records_read() 148 VCN m; in ntfs_mft_records_write() 1039 VCN old_last_vcn; in ntfs_mft_data_extend_allocation()
|
D | inode.c | 580 VCN extent_vcn; in ntfs_extent_inode_open()
|
D | volume.c | 256 VCN next_vcn, last_vcn, highest_vcn; in ntfs_mft_load()
|
D | dir.c | 252 VCN vcn; in ntfs_inode_lookup_by_name()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsfallocate.c | 429 VCN begin_common; in free_common() 430 VCN end_common; in free_common() 595 VCN from_vcn; in ntfs_inner_allocation() 596 VCN end_vcn; in ntfs_inner_allocation() 598 VCN from_hole; in ntfs_inner_allocation() 599 VCN end_hole; in ntfs_inner_allocation()
|
D | ntfsck.c | 333 static VCN get_last_vcn(runlist *rl) in get_last_vcn() 335 VCN res; in get_last_vcn() 364 VCN vcn; in mft_bitmap_load()
|
D | ntfswipe.c | 108 VCN size_vcn; /* Highest VCN in the data runs */ 659 VCN cur_vcn = 0; in wipe_compressed_attribute() 1955 sizeof(VCN), selected); in destroy_record() 1958 sizeof(VCN), selected); in destroy_record()
|
D | ntfsfix.c | 879 VCN vcn; in attrlist_selfloc_condition() 955 VCN lowest_vcn; in self_mapped_selfloc_condition() 978 && ((VCN)sle64_to_cpu(a->lowest_vcn) == lowest_vcn) in self_mapped_selfloc_condition()
|
D | ntfsresize.c | 187 VCN lowest_vcn; 219 VCN mft_highest_vcn; /* used for relocating the $MFT */ 663 static void rl_set(runlist *rl, VCN vcn, LCN lcn, s64 len) in rl_set() 1212 VCN lowest_vcn) in replace_runlist() 1218 VCN nextvcn; in replace_runlist() 2129 VCN highest_vcn, lowest_vcn; in handle_mftdata() 2249 VCN highest_vcn; in relocate_inodes()
|
D | mkntfs.c | 1073 VCN vcn = 0LL; in allocate_scattered_clusters() 1400 const VCN lowest_vcn __attribute__((unused)), const u8 *val, in mkntfs_attr_lookup() 1439 VCN highest_vcn; in insert_positioned_attr_in_mft_record() 2529 if (le16_to_cpu(re->length) < sizeof(INDEX_ENTRY_HEADER) + sizeof(VCN)) in upgrade_to_large_index() 2530 re->length = cpu_to_le16(le16_to_cpu(re->length) + sizeof(VCN)); in upgrade_to_large_index() 2544 *(leVCN*)((char*)re + le16_to_cpu(re->length) - sizeof(VCN)) = in upgrade_to_large_index()
|
D | ntfscp.c | 559 VCN vcn; in sort_runlist()
|
D | playlog.c | 801 VCN high_vcn; in adjust_high_vcn() 1789 VCN vcn; in create_indx()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.5.rst | 91 - winsys/amdgpu: add VCN JPEG to no user fence group
|
D | 18.3.4.rst | 32 - gallium/st/va: change va max_profiles when using Radeon VCN
|