/Linux-v6.1/fs/ocfs2/ |
D | ocfs2.h | 717 u32 clusters) in ocfs2_clusters_to_blocks() argument 722 return (u64)clusters << c_to_b_bits; in ocfs2_clusters_to_blocks() 748 unsigned int clusters; in ocfs2_clusters_for_bytes() local 752 clusters = (unsigned int)(bytes >> cl_bits); in ocfs2_clusters_for_bytes() 754 return clusters; in ocfs2_clusters_for_bytes() 761 unsigned int clusters; in ocfs2_bytes_to_clusters() local 763 clusters = (unsigned int)(bytes >> cl_bits); in ocfs2_bytes_to_clusters() 764 return clusters; in ocfs2_bytes_to_clusters() 775 u32 clusters) in ocfs2_clusters_to_bytes() argument 777 return (u64)clusters << OCFS2_SB(sb)->s_clustersize_bits; in ocfs2_clusters_to_bytes() [all …]
|
D | resize.c | 170 static int update_backups(struct inode * inode, u32 clusters, char *data) in update_backups() argument 183 if (cluster >= clusters) in update_backups() 213 u32 clusters = 0; in ocfs2_update_super_and_backups() local 231 clusters = le32_to_cpu(super_di->i_clusters); in ocfs2_update_super_and_backups() 240 ret = update_backups(inode, clusters, super_bh->b_data); in ocfs2_update_super_and_backups() 389 else if (le16_to_cpu(gd->bg_bits) != input->clusters * cl_bpc) in ocfs2_check_new_group() 393 le16_to_cpu(gd->bg_bits), input->clusters); in ocfs2_check_new_group() 426 else if (total_clusters + input->clusters < total_clusters) in ocfs2_verify_group_and_input() 428 else if (input->clusters > cl_cpg) in ocfs2_verify_group_and_input() 430 else if (input->frees > input->clusters) in ocfs2_verify_group_and_input() [all …]
|
D | ocfs2_trace.h | 505 unsigned int e_cpos, unsigned int clusters), 506 TP_ARGS(owner, cpos, len, index, e_cpos, clusters), 513 __field(unsigned int, clusters) 521 __entry->clusters = clusters; 525 __entry->e_cpos, __entry->clusters) 530 unsigned int clusters, unsigned int depth), 531 TP_ARGS(ino, new_cpos, clusters, depth), 535 __field(unsigned int, clusters) 541 __entry->clusters = clusters; 546 __entry->clusters, __entry->depth) [all …]
|
D | file.c | 1438 u32 cpos, phys_cpos, clusters, alloc_size; in ocfs2_allocate_unwritten_extents() local 1467 clusters = ocfs2_clusters_for_bytes(inode->i_sb, start + len); in ocfs2_allocate_unwritten_extents() 1468 clusters -= cpos; in ocfs2_allocate_unwritten_extents() 1470 while (clusters) { in ocfs2_allocate_unwritten_extents() 1482 if (alloc_size > clusters) in ocfs2_allocate_unwritten_extents() 1483 alloc_size = clusters; in ocfs2_allocate_unwritten_extents() 1502 clusters -= alloc_size; in ocfs2_allocate_unwritten_extents() 2128 u32 cpos, clusters, extent_len, phys_cpos; in ocfs2_check_range_for_refcount() local 2137 clusters = ocfs2_clusters_for_bytes(sb, pos + count) - cpos; in ocfs2_check_range_for_refcount() 2139 while (clusters) { in ocfs2_check_range_for_refcount() [all …]
|
D | refcounttree.c | 2372 u32 clusters, in ocfs2_calc_refcount_meta_credits() argument 2383 while (clusters) { in ocfs2_calc_refcount_meta_credits() 2385 cpos, clusters, &rec, in ocfs2_calc_refcount_meta_credits() 2415 recs_add, (unsigned long long)cpos, clusters, in ocfs2_calc_refcount_meta_credits() 2420 len = min((u64)cpos + clusters, le64_to_cpu(rec.r_cpos) + in ocfs2_calc_refcount_meta_credits() 2449 if (cpos + clusters < le64_to_cpu(rec.r_cpos) + in ocfs2_calc_refcount_meta_credits() 2457 clusters -= len; in ocfs2_calc_refcount_meta_credits() 2500 (unsigned long long)start_cpos, clusters, in ocfs2_calc_refcount_meta_credits() 2522 u32 clusters, in ocfs2_prepare_refcount_change_for_del() argument 2556 start_cpos, clusters, in ocfs2_prepare_refcount_change_for_del() [all …]
|
D | alloc.c | 94 u32 clusters); 143 u32 clusters); 147 u32 clusters); 188 u32 clusters) in ocfs2_dinode_update_clusters() argument 193 le32_add_cpu(&di->i_clusters, clusters); in ocfs2_dinode_update_clusters() 208 u32 clusters) in ocfs2_dinode_extent_map_truncate() argument 212 ocfs2_extent_map_trunc(inode, clusters); in ocfs2_dinode_extent_map_truncate() 274 u32 clusters) in ocfs2_xattr_value_update_clusters() argument 278 le32_add_cpu(&vb->vb_xv->xr_clusters, clusters); in ocfs2_xattr_value_update_clusters() 320 u32 clusters) in ocfs2_xattr_tree_update_clusters() argument [all …]
|
D | ocfs2_ioctl.h | 42 __u32 clusters; /* Total number of clusters in this group */ member
|
D | refcounttree.h | 42 u32 clusters,
|
/Linux-v6.1/arch/arm/common/ |
D | mcpm_entry.c | 36 mcpm_sync.clusters[cluster].cpus[cpu].cpu = CPU_GOING_DOWN; in __mcpm_cpu_going_down() 37 sync_cache_w(&mcpm_sync.clusters[cluster].cpus[cpu].cpu); in __mcpm_cpu_going_down() 50 mcpm_sync.clusters[cluster].cpus[cpu].cpu = CPU_DOWN; in __mcpm_cpu_down() 51 sync_cache_w(&mcpm_sync.clusters[cluster].cpus[cpu].cpu); in __mcpm_cpu_down() 66 mcpm_sync.clusters[cluster].cluster = state; in __mcpm_outbound_leave_critical() 67 sync_cache_w(&mcpm_sync.clusters[cluster].cluster); in __mcpm_outbound_leave_critical() 85 struct mcpm_sync_struct *c = &mcpm_sync.clusters[cluster]; in __mcpm_outbound_enter_critical() 137 sync_cache_r(&mcpm_sync.clusters[cluster].cluster); in __mcpm_cluster_state() 138 return mcpm_sync.clusters[cluster].cluster; in __mcpm_cluster_state() 436 mcpm_sync.clusters[i].cluster = CLUSTER_DOWN; in mcpm_sync_init() [all …]
|
/Linux-v6.1/drivers/cpufreq/ |
D | tegra186-cpufreq.c | 68 struct tegra186_cpufreq_cluster *clusters; member 77 policy->freq_table = data->clusters[cluster].table; in tegra186_cpufreq_init() 112 cluster = &data->clusters[cluster_id]; in tegra186_cpufreq_get() 228 data->clusters = devm_kcalloc(&pdev->dev, TEGRA186_NUM_CLUSTERS, in tegra186_cpufreq_probe() 229 sizeof(*data->clusters), GFP_KERNEL); in tegra186_cpufreq_probe() 230 if (!data->clusters) in tegra186_cpufreq_probe() 246 struct tegra186_cpufreq_cluster *cluster = &data->clusters[i]; in tegra186_cpufreq_probe()
|
/Linux-v6.1/fs/ntfs3/ |
D | Kconfig | 16 bool "64 bits per NTFS clusters" 19 Windows implementation of ntfs.sys uses 32 bits per clusters. 20 If activated 64 bits per clusters you will be able to use 4k cluster
|
D | super.c | 688 u64 sectors, clusters, mlcn, mlcn2; in ntfs_init_from_boot() local 821 clusters = sbi->volume.size >> sbi->cluster_bits; in ntfs_init_from_boot() 824 if (clusters >> 32) { in ntfs_init_from_boot() 835 sbi->used.bitmap.nbits = clusters; in ntfs_init_from_boot() 861 sbi->maxbytes = (clusters << sbi->cluster_bits) - 1; in ntfs_init_from_boot() 864 if (clusters >= (1ull << (64 - sbi->cluster_bits))) in ntfs_init_from_boot() 879 sbi->zone_max = min_t(CLST, 0x20000000 >> sbi->cluster_bits, clusters >> 3); in ntfs_init_from_boot()
|
/Linux-v6.1/sound/soc/apple/ |
D | mca.c | 165 struct mca_cluster clusters[]; member 189 return &mca->clusters[cluster_no]; in mca_dai_to_cluster() 304 be_cl = &mca->clusters[i]; in mca_fe_clocks_in_use() 331 fe_cl = &mca->clusters[cl->port_driver]; in mca_be_prepare() 365 fe_cl = &mca->clusters[cl->port_driver]; in mca_be_hw_free() 976 struct mca_cluster *cl = &mca->clusters[i]; in apple_mca_release() 997 struct mca_cluster *clusters; in apple_mca_probe() local 1012 mca = devm_kzalloc(&pdev->dev, struct_size(mca, clusters, nclusters), in apple_mca_probe() 1020 clusters = mca->clusters; in apple_mca_probe() 1053 struct mca_cluster *cl = &clusters[i]; in apple_mca_probe()
|
/Linux-v6.1/Documentation/admin-guide/perf/ |
D | qcom_l2_pmu.rst | 5 This driver supports the L2 cache clusters found in Qualcomm Technologies 6 Centriq SoCs. There are multiple physical L2 cache clusters, each with their
|
D | hisi-pmu.rst | 93 clusters (SICL) containing multiple I/O clusters (ICLs). Each CCL/ICL in the
|
/Linux-v6.1/Documentation/filesystems/ext4/ |
D | bigalloc.rst | 27 on, the block bitmaps track clusters, not individual blocks. This means 31 units of clusters instead of blocks” to the extent tree, though it is
|
/Linux-v6.1/Documentation/admin-guide/blockdev/drbd/ |
D | index.rst | 10 clusters and in this context, is a "drop-in" replacement for shared
|
/Linux-v6.1/fs/ntfs/ |
D | lcnalloc.c | 139 s64 clusters; in ntfs_cluster_alloc() local 239 clusters = count; in ntfs_cluster_alloc() 400 if (!--clusters) { in ntfs_cluster_alloc() 755 (unsigned long long)(count - clusters)); in ntfs_cluster_alloc()
|
/Linux-v6.1/arch/arm/include/asm/ |
D | mcpm.h | 298 struct mcpm_sync_struct clusters[MAX_NR_CLUSTERS]; member
|
/Linux-v6.1/Documentation/filesystems/ |
D | erofs.rst | 103 compressed physical clusters; 105 physical clusters for further reading. 107 for the rest compressed physical clusters. 270 extents and in the meanwhile, compressed into physical clusters (pclusters). 271 In order to record each variable-sized extent, logical clusters (lclusters) are
|
/Linux-v6.1/drivers/perf/ |
D | qcom_l2_pmu.c | 117 struct list_head clusters; member 752 list_for_each_entry(cluster, &l2cache_pmu->clusters, next) { in l2_cache_associate_cpu_with_cluster() 860 list_add(&cluster->next, &l2cache_pmu->clusters); in l2_cache_pmu_probe_cluster() 901 INIT_LIST_HEAD(&l2cache_pmu->clusters); in l2_cache_pmu_probe()
|
/Linux-v6.1/drivers/gpu/drm/msm/adreno/ |
D | a6xx_gpu_state.c | 28 struct a6xx_gpu_state_obj *clusters; member 577 a6xx_state->clusters = state_kcalloc(a6xx_state, in a6xx_get_clusters() 578 ARRAY_SIZE(a6xx_clusters), sizeof(*a6xx_state->clusters)); in a6xx_get_clusters() 580 if (!a6xx_state->clusters) in a6xx_get_clusters() 587 &a6xx_state->clusters[i], dumper); in a6xx_get_clusters() 1336 a6xx_show_cluster(&a6xx_state->clusters[i], p); in a6xx_show()
|
/Linux-v6.1/Documentation/driver-api/xilinx/ |
D | eemi.rst | 15 components running across different processing clusters on a chip or
|
/Linux-v6.1/drivers/net/hippi/ |
D | Kconfig | 13 single-mode). HIPPI networks are commonly used for clusters and to
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/ |
D | cpu-capacity.txt | 61 Example 1 (ARM 64-bit, 6-cpu system, two clusters): 195 Example 2 (ARM 32-bit, 4-cpu system, two clusters,
|