| /Linux-v5.4/fs/ntfs/ |
| D | runlist.h | 29 VCN vcn; /* vcn = Starting virtual cluster number. */ 65 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn); 70 const VCN vcn); 73 const runlist_element *rl, const VCN first_vcn, 74 const VCN last_vcn); 78 const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn); 84 const VCN start, const s64 length);
|
| D | attrib.h | 49 extern int ntfs_map_runlist_nolock(ntfs_inode *ni, VCN vcn, 51 extern int ntfs_map_runlist(ntfs_inode *ni, VCN vcn); 53 extern LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn, 57 const VCN vcn, ntfs_attr_search_ctx *ctx); 61 const VCN lowest_vcn, const u8 *val, const u32 val_len,
|
| D | lcnalloc.h | 30 const VCN start_vcn, const s64 count, const LCN start_lcn, 34 extern s64 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, 93 static inline s64 ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, in ntfs_cluster_free()
|
| D | runlist.c | 527 VCN marker_vcn = 0; in ntfs_runlists_merge() 738 VCN vcn; /* Current vcn. */ in ntfs_mapping_pairs_decompress() 752 attr->data.non_resident.lowest_vcn) < (VCN)0) { in ntfs_mapping_pairs_decompress() 900 VCN max_cluster; in ntfs_mapping_pairs_decompress() 990 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn() 1039 runlist_element *ntfs_rl_find_vcn_nolock(runlist_element *rl, const VCN vcn) in ntfs_rl_find_vcn_nolock() 1118 const runlist_element *rl, const VCN first_vcn, in ntfs_get_size_for_mapping_pairs() 1119 const VCN last_vcn) in ntfs_get_size_for_mapping_pairs() 1311 const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn) in ntfs_mapping_pairs_build() 1631 const VCN start, const s64 length) in ntfs_rl_punch_nolock() [all …]
|
| D | types.h | 29 typedef s64 VCN; typedef
|
| D | aops.c | 170 VCN vcn; in ntfs_read_block() 245 vcn = (VCN)iblock << blocksize_bits >> in ntfs_read_block() 247 vcn_ofs = ((VCN)iblock << blocksize_bits) & in ntfs_read_block() 535 VCN vcn; in ntfs_write_block() 702 vcn = (VCN)block << blocksize_bits; in ntfs_write_block() 1005 VCN vcn; in ntfs_write_mst_block() 1011 vcn = (VCN)block << bh_size_bits; in ntfs_write_mst_block()
|
| D | attrib.c | 70 int ntfs_map_runlist_nolock(ntfs_inode *ni, VCN vcn, ntfs_attr_search_ctx *ctx) in ntfs_map_runlist_nolock() 72 VCN end_vcn; in ntfs_map_runlist_nolock() 100 VCN allocated_size_vcn; in ntfs_map_runlist_nolock() 284 int ntfs_map_runlist(ntfs_inode *ni, VCN vcn) in ntfs_map_runlist() 327 LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn, in ntfs_attr_vcn_to_lcn_nolock() 450 runlist_element *ntfs_attr_find_vcn_nolock(ntfs_inode *ni, const VCN vcn, in ntfs_attr_find_vcn_nolock() 845 const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, in ntfs_external_attr_find() 1175 const VCN lowest_vcn, const u8 *val, const u32 val_len, in ntfs_attr_lookup() 1893 VCN vcn; in ntfs_attr_extend_allocation()
|
| D | compress.c | 478 VCN vcn; in ntfs_read_compressed_block() 481 VCN start_vcn = (((s64)index << PAGE_SHIFT) & ~cb_size_mask) >> in ntfs_read_compressed_block() 487 VCN end_vcn = ((((s64)(index + 1UL) << PAGE_SHIFT) + cb_size - 1) in ntfs_read_compressed_block()
|
| D | lcnalloc.c | 132 runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, in ntfs_cluster_alloc() 835 s64 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, s64 count, in __ntfs_cluster_free() 916 VCN vcn; in __ntfs_cluster_free()
|
| D | file.c | 573 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() 645 VCN cdelta; in ntfs_prepare_pages_for_non_resident_write() 1739 VCN last_vcn; in ntfs_perform_write() 1779 VCN vcn; in ntfs_perform_write()
|
| D | index.c | 108 VCN vcn, old_vcn; in ntfs_index_lookup()
|
| D | mft.c | 525 VCN vcn; in ntfs_sync_mft_mirror() 531 vcn = ((VCN)mft_no << vol->mft_record_size_bits) + in ntfs_sync_mft_mirror() 718 VCN vcn; in write_mft_record_nolock() 724 vcn = ((VCN)ni->mft_no << vol->mft_record_size_bits) + in write_mft_record_nolock() 1712 VCN old_last_vcn; in ntfs_mft_data_extend_allocation_nolock()
|
| D | logfile.c | 715 VCN vcn, end_vcn; in ntfs_empty_logfile()
|
| D | dir.c | 79 VCN vcn, old_vcn; in ntfs_lookup_inode_by_name() 633 VCN vcn, old_vcn;
|
| D | inode.c | 1742 VCN next_vcn, last_vcn, highest_vcn; in ntfs_read_inode_mount() 2334 VCN highest_vcn; in ntfs_truncate()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | vcn_v2_5.c | 310 if (RREG32_SOC15(VCN, i, mmUVD_STATUS)) in vcn_v2_5_hw_fini() 440 data = RREG32_SOC15(VCN, i, mmUVD_CGC_CTRL); in vcn_v2_5_disable_clock_gating() 447 WREG32_SOC15(VCN, i, mmUVD_CGC_CTRL, data); in vcn_v2_5_disable_clock_gating() 449 data = RREG32_SOC15(VCN, i, mmUVD_CGC_GATE); in vcn_v2_5_disable_clock_gating() 471 WREG32_SOC15(VCN, i, mmUVD_CGC_GATE, data); in vcn_v2_5_disable_clock_gating() 473 SOC15_WAIT_ON_RREG(VCN, i, mmUVD_CGC_GATE, 0, 0xFFFFFFFF, ret); in vcn_v2_5_disable_clock_gating() 475 data = RREG32_SOC15(VCN, i, mmUVD_CGC_CTRL); in vcn_v2_5_disable_clock_gating() 496 WREG32_SOC15(VCN, i, mmUVD_CGC_CTRL, data); in vcn_v2_5_disable_clock_gating() 499 data = RREG32_SOC15(VCN, i, mmUVD_SUVD_CGC_GATE); in vcn_v2_5_disable_clock_gating() 524 WREG32_SOC15(VCN, i, mmUVD_SUVD_CGC_GATE, data); in vcn_v2_5_disable_clock_gating() [all …]
|
| D | vcn_v2_0.c | 298 RREG32_SOC15(VCN, 0, mmUVD_STATUS))) in vcn_v2_0_hw_fini() 514 data = RREG32_SOC15(VCN, 0, mmUVD_CGC_CTRL); in vcn_v2_0_disable_clock_gating() 521 WREG32_SOC15(VCN, 0, mmUVD_CGC_CTRL, data); in vcn_v2_0_disable_clock_gating() 523 data = RREG32_SOC15(VCN, 0, mmUVD_CGC_GATE); in vcn_v2_0_disable_clock_gating() 544 WREG32_SOC15(VCN, 0, mmUVD_CGC_GATE, data); in vcn_v2_0_disable_clock_gating() 546 data = RREG32_SOC15(VCN, 0, mmUVD_CGC_CTRL); in vcn_v2_0_disable_clock_gating() 567 WREG32_SOC15(VCN, 0, mmUVD_CGC_CTRL, data); in vcn_v2_0_disable_clock_gating() 570 data = RREG32_SOC15(VCN, 0, mmUVD_SUVD_CGC_GATE); in vcn_v2_0_disable_clock_gating() 595 WREG32_SOC15(VCN, 0, mmUVD_SUVD_CGC_GATE, data); in vcn_v2_0_disable_clock_gating() 597 data = RREG32_SOC15(VCN, 0, mmUVD_SUVD_CGC_CTRL); in vcn_v2_0_disable_clock_gating() [all …]
|
| D | vcn_v1_0.c | 237 RREG32_SOC15(VCN, 0, mmUVD_STATUS)) in vcn_v1_0_hw_fini() 446 data = RREG32_SOC15(VCN, 0, mmJPEG_CGC_CTRL); in vcn_v1_0_disable_clock_gating() 455 WREG32_SOC15(VCN, 0, mmJPEG_CGC_CTRL, data); in vcn_v1_0_disable_clock_gating() 457 data = RREG32_SOC15(VCN, 0, mmJPEG_CGC_GATE); in vcn_v1_0_disable_clock_gating() 459 WREG32_SOC15(VCN, 0, mmJPEG_CGC_GATE, data); in vcn_v1_0_disable_clock_gating() 462 data = RREG32_SOC15(VCN, 0, mmUVD_CGC_CTRL); in vcn_v1_0_disable_clock_gating() 470 WREG32_SOC15(VCN, 0, mmUVD_CGC_CTRL, data); in vcn_v1_0_disable_clock_gating() 472 data = RREG32_SOC15(VCN, 0, mmUVD_CGC_GATE); in vcn_v1_0_disable_clock_gating() 493 WREG32_SOC15(VCN, 0, mmUVD_CGC_GATE, data); in vcn_v1_0_disable_clock_gating() 495 data = RREG32_SOC15(VCN, 0, mmUVD_CGC_CTRL); in vcn_v1_0_disable_clock_gating() [all …]
|
| D | amdgpu_vcn.h | 105 WREG32_SOC15(VCN, 0, mmUVD_DPG_LMA_CTL, \ 109 RREG32_SOC15(VCN, 0, mmUVD_DPG_LMA_DATA); \ 115 WREG32_SOC15(VCN, 0, mmUVD_DPG_LMA_DATA, value); \ 116 WREG32_SOC15(VCN, 0, mmUVD_DPG_LMA_CTL, \
|