Home
last modified time | relevance | path

Searched refs:clusters (Results 1 – 25 of 59) sorted by relevance

123

/linux/fs/ocfs2/
A Docfs2.h719 u32 clusters) in ocfs2_clusters_to_blocks() argument
750 unsigned int clusters; in ocfs2_clusters_for_bytes() local
756 return clusters; in ocfs2_clusters_for_bytes()
763 unsigned int clusters; in ocfs2_bytes_to_clusters() local
766 return clusters; in ocfs2_bytes_to_clusters()
777 u32 clusters) in ocfs2_clusters_to_bytes() argument
786 unsigned int clusters; in ocfs2_block_to_cluster_start() local
796 unsigned int clusters; in ocfs2_align_bytes_to_clusters() local
819 u32 clusters = pg_index; in ocfs2_page_index_to_clusters() local
827 return clusters; in ocfs2_page_index_to_clusters()
[all …]
A Dresize.c183 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()
393 le16_to_cpu(gd->bg_bits), input->clusters); in ocfs2_check_new_group()
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()
508 input->chain, input->clusters, input->frees); in ocfs2_group_add()
547 le32_add_cpu(&cr->c_total, input->clusters * cl_bpc); in ocfs2_group_add()
552 (input->clusters - input->frees) * cl_bpc); in ocfs2_group_add()
[all …]
A Docfs2_trace.h513 __field(unsigned int, clusters)
521 __entry->clusters = clusters;
535 __field(unsigned int, clusters)
541 __entry->clusters = clusters;
918 __entry->clusters = clusters;
951 __entry->clusters = clusters;
1021 __entry->clusters = clusters;
1211 __entry->clusters = clusters;
1342 __entry->clusters = clusters;
1746 __field(int, clusters)
[all …]
A Dfile.c1471 clusters -= cpos; in ocfs2_allocate_unwritten_extents()
1473 while (clusters) { in ocfs2_allocate_unwritten_extents()
1485 if (alloc_size > clusters) in ocfs2_allocate_unwritten_extents()
1486 alloc_size = clusters; in ocfs2_allocate_unwritten_extents()
1505 clusters -= alloc_size; in ocfs2_allocate_unwritten_extents()
2142 while (clusters) { in ocfs2_check_range_for_refcount()
2155 if (extent_len > clusters) in ocfs2_check_range_for_refcount()
2156 extent_len = clusters; in ocfs2_check_range_for_refcount()
2158 clusters -= extent_len; in ocfs2_check_range_for_refcount()
2243 u32 clusters; in ocfs2_prepare_inode_for_write() local
[all …]
A Drefcounttree.c2372 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()
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()
3548 while (cpos < clusters) { in ocfs2_refcounted_xattr_delete_need()
3803 u32 cpos, num_clusters, clusters, p_cluster; in ocfs2_attach_refcount_tree() local
3835 while (cpos < clusters) { in ocfs2_attach_refcount_tree()
[all …]
A Dalloc.c94 u32 clusters);
143 u32 clusters);
147 u32 clusters);
188 u32 clusters) in ocfs2_dinode_update_clusters() argument
208 u32 clusters) in ocfs2_dinode_extent_map_truncate() argument
274 u32 clusters) in ocfs2_xattr_value_update_clusters() argument
320 u32 clusters) in ocfs2_xattr_tree_update_clusters() argument
351 u32 clusters) in ocfs2_dx_root_update_clusters() argument
405 u32 clusters) in ocfs2_refcount_tree_update_clusters() argument
503 u32 clusters) in ocfs2_et_update_clusters() argument
[all …]
/linux/arch/arm/common/
A Dmcpm_entry.c36 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()
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()
439 mcpm_sync.clusters[i].cpus[j].cpu = CPU_DOWN; in mcpm_sync_init()
[all …]
/linux/drivers/cpufreq/
A Dtegra186-cpufreq.c68 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/fs/ntfs3/
A DKconfig16 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
A Dsuper.c685 u64 sectors, clusters, mlcn, mlcn2; in ntfs_init_from_boot() local
816 clusters = sbi->volume.size >> sbi->cluster_bits; in ntfs_init_from_boot()
819 if (clusters >> 32) { in ntfs_init_from_boot()
830 sbi->used.bitmap.nbits = clusters; in ntfs_init_from_boot()
856 sbi->maxbytes = (clusters << sbi->cluster_bits) - 1; in ntfs_init_from_boot()
859 if (clusters >= (1ull << (64 - sbi->cluster_bits))) in ntfs_init_from_boot()
/linux/Documentation/admin-guide/perf/
A Dqcom_l2_pmu.rst5 This driver supports the L2 cache clusters found in Qualcomm Technologies
6 Centriq SoCs. There are multiple physical L2 cache clusters, each with their
A Dhisi-pmu.rst93 clusters (SICL) containing multiple I/O clusters (ICLs). Each CCL/ICL in the
/linux/Documentation/filesystems/ext4/
A Dbigalloc.rst27 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/fs/ntfs/
A Dlcnalloc.c139 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/Documentation/filesystems/
A Derofs.rst84 compressed physical clusters;
86 physical clusters for further reading.
88 for the rest compressed physical clusters.
242 extents and in the meanwhile, compressed into physical clusters (pclusters).
243 In order to record each variable-sized extent, logical clusters (lclusters) are
/linux/Documentation/admin-guide/blockdev/drbd/
A Dindex.rst10 clusters and in this context, is a "drop-in" replacement for shared
/linux/drivers/gpu/drm/msm/adreno/
A Da6xx_gpu_state.c28 struct a6xx_gpu_state_obj *clusters; member
569 a6xx_state->clusters = state_kcalloc(a6xx_state, in a6xx_get_clusters()
570 ARRAY_SIZE(a6xx_clusters), sizeof(*a6xx_state->clusters)); in a6xx_get_clusters()
572 if (!a6xx_state->clusters) in a6xx_get_clusters()
579 &a6xx_state->clusters[i], dumper); in a6xx_get_clusters()
1226 a6xx_show_cluster(&a6xx_state->clusters[i], p); in a6xx_show()
/linux/arch/arm/include/asm/
A Dmcpm.h298 struct mcpm_sync_struct clusters[MAX_NR_CLUSTERS]; member
/linux/drivers/perf/
A Dqcom_l2_pmu.c117 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/Documentation/devicetree/bindings/mailbox/
A Dti,omap-mailbox.yaml38 combine multiple clusters into a single IP block present within the Main
39 NavSS. The interrupt lines from all these clusters are multiplexed and routed
42 block comprising of multiple clusters, but the number of clusters are
/linux/Documentation/devicetree/bindings/arm/
A Dnvidia,tegra194-ccplex.yaml17 Complex having all clusters.
A Dcpu-capacity.txt61 Example 1 (ARM 64-bit, 6-cpu system, two clusters):
195 Example 2 (ARM 32-bit, 4-cpu system, two clusters,
/linux/Documentation/devicetree/bindings/cpufreq/
A Dcpufreq-mediatek-hw.yaml15 frequency for multiple clusters.
/linux/Documentation/driver-api/xilinx/
A Deemi.rst15 components running across different processing clusters on a chip or
/linux/drivers/net/hippi/
A DKconfig13 single-mode). HIPPI networks are commonly used for clusters and to

Completed in 70 milliseconds

123