Home
last modified time | relevance | path

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

123

/linux/fs/ocfs2/
H A Docfs2.h473 * How many clusters in our truncate log.
758 u32 clusters) in ocfs2_clusters_to_blocks() argument
763 return (u64)clusters << c_to_b_bits; in ocfs2_clusters_to_blocks()
789 unsigned int clusters; in ocfs2_clusters_for_bytes() local
792 /* OCFS2 just cannot have enough clusters to overflow this */ in ocfs2_clusters_for_bytes()
793 clusters = (unsigned int)(bytes >> cl_bits); in ocfs2_clusters_for_bytes()
795 return clusters; in ocfs2_clusters_for_bytes()
802 unsigned int clusters; in ocfs2_bytes_to_clusters() local
804 clusters = (unsigned int)(bytes >> cl_bits); in ocfs2_bytes_to_clusters()
805 return clusters; in ocfs2_bytes_to_clusters()
816 ocfs2_clusters_to_bytes(struct super_block * sb,u32 clusters) ocfs2_clusters_to_bytes() argument
825 unsigned int clusters; ocfs2_block_to_cluster_start() local
835 unsigned int clusters; ocfs2_align_bytes_to_clusters() local
858 u32 clusters = pg_index; ocfs2_page_index_to_clusters() local
873 ocfs2_align_clusters_to_page_index(struct super_block * sb,u32 clusters) ocfs2_align_clusters_to_page_index() argument
907 ocfs2_clusters_to_megabytes(struct super_block * sb,unsigned int clusters) ocfs2_clusters_to_megabytes() argument
[all...]
H A Docfs2_trace.h505 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
[all...]
H A Dalloc.c75 * clusters are stored in this extent tree. This function updates
91 * map to clusters,
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()
225 "cpos %u, clusters in ocfs2_dinode_insert_check()
274 ocfs2_xattr_value_update_clusters(struct ocfs2_extent_tree * et,u32 clusters) ocfs2_xattr_value_update_clusters() argument
320 ocfs2_xattr_tree_update_clusters(struct ocfs2_extent_tree * et,u32 clusters) ocfs2_xattr_tree_update_clusters() argument
351 ocfs2_dx_root_update_clusters(struct ocfs2_extent_tree * et,u32 clusters) ocfs2_dx_root_update_clusters() argument
405 ocfs2_refcount_tree_update_clusters(struct ocfs2_extent_tree * et,u32 clusters) ocfs2_refcount_tree_update_clusters() argument
503 ocfs2_et_update_clusters(struct ocfs2_extent_tree * et,u32 clusters) ocfs2_et_update_clusters() argument
516 ocfs2_et_extent_map_truncate(struct ocfs2_extent_tree * et,u32 clusters) ocfs2_et_extent_map_truncate() argument
771 u32 rec_end, rec_start, clusters; ocfs2_search_extent_list() local
6279 unsigned int clusters, num_recs, start_cluster; ocfs2_complete_truncate_log_recovery() local
[all...]
H A Drefcounttree.h42 u32 clusters,
H A Docfs2_ioctl.h42 __u32 clusters; /* Total number of clusters in this group */ member
43 __u32 frees; /* Total free clusters in this group */
150 __u32 ffs_min; /* Minimum free chunksize in clusters */
155 __u32 iff_chunksize; /* chunksize in clusters(in) */
210 claim new clusters
/linux/arch/arm/common/
H 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()
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[ in mcpm_sync_init()
[all...]
/linux/drivers/cpufreq/
H A Dtegra186-cpufreq.c69 struct tegra186_cpufreq_cluster clusters[]; member
78 policy->freq_table = data->clusters[cluster].table; in tegra186_cpufreq_init()
119 cluster = &data->clusters[cluster_id]; in tegra186_cpufreq_get()
231 struct_size(data, clusters, TEGRA186_NUM_CLUSTERS), in tegra186_cpufreq_probe()
249 struct tegra186_cpufreq_cluster *cluster = &data->clusters[i]; in tegra186_cpufreq_probe()
/linux/fs/ntfs3/
H A DKconfig18 bool "64 bits per NTFS clusters"
21 Windows implementation of ntfs.sys uses 32 bits per clusters.
22 If activated 64 bits per clusters you will be able to use 4k cluster
H A Dsuper.c10 * vcn - virtual cluster number - Offset inside the file in clusters.
12 * lcn - logical cluster number - 0 based cluster in clusters heap.
24 * ntfs allows up to 2^64 clusters per volume.
461 * number of clusters
921 u64 sectors, clusters, mlcn, mlcn2, dev_size0; in ntfs_init_from_boot() local
1099 clusters = sbi->volume.size >> cluster_bits; in ntfs_init_from_boot()
1102 if (clusters >> 32) { in ntfs_init_from_boot()
1113 sbi->used.bitmap.nbits = clusters; in ntfs_init_from_boot()
1139 sbi->maxbytes = (clusters << cluster_bits) - 1; in ntfs_init_from_boot()
1142 if (clusters > in ntfs_init_from_boot()
[all...]
/linux/Documentation/admin-guide/perf/
H 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
H A Dstarfive_starlink_pmu.rst7 clusters with an L3 memory system.
H A Dhisi-pmu.rst97 clusters (SICL) containing multiple I/O clusters (ICLs). Each CCL/ICL in the
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c39 struct a6xx_gpu_state_obj *clusters; member
713 /* Some clusters need a selector register to be programmed too */ in a6xx_get_cluster()
762 /* Some clusters need a selector register to be programmed too */ in a7xx_get_cluster()
802 a6xx_state->clusters = state_kcalloc(a6xx_state, in a6xx_get_clusters()
803 ARRAY_SIZE(a6xx_clusters), sizeof(*a6xx_state->clusters)); in a6xx_get_clusters()
805 if (!a6xx_state->clusters) in a6xx_get_clusters()
812 &a6xx_state->clusters[i], dumper); in a6xx_get_clusters()
821 const struct gen7_cluster_registers *clusters; in a7xx_get_clusters() local
825 clusters = gen7_0_0_clusters; in a7xx_get_clusters()
828 clusters in a7xx_get_clusters()
[all...]
/linux/Documentation/filesystems/ext4/
H 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/Documentation/admin-guide/blockdev/drbd/
H A Dindex.rst10 clusters and in this context, is a "drop-in" replacement for shared
/linux/arch/arm/include/asm/
H A Dmcpm.h13 * Maximum number of possible clusters / CPUs per cluster.
298 struct mcpm_sync_struct clusters[MAX_NR_CLUSTERS]; member
/linux/sound/soc/sdca/
H A Dsdca_functions.c1866 struct sdca_cluster *clusters; in find_sdca_clusters() local
1878 dev_err(dev, "%pfwP: maximum number of clusters exceeded\n", function_node); in find_sdca_clusters()
1882 clusters = devm_kcalloc(dev, num_clusters, sizeof(*clusters), GFP_KERNEL); in find_sdca_clusters()
1883 if (!clusters) in find_sdca_clusters()
1894 clusters[i].id = cluster_list[i]; in find_sdca_clusters()
1903 "mipi-sdca-cluster-id-0x%X-subproperties", clusters[i].id); in find_sdca_clusters()
1912 ret = find_sdca_cluster_channels(dev, cluster_node, &clusters[i]); in find_sdca_clusters()
1919 function->clusters = clusters; in find_sdca_clusters()
[all...]
/linux/drivers/platform/mellanox/
H A DKconfig38 Centers (EDC) for building Ethernet based clusters, High-Performance
72 Centers (EDC) for building Ethernet based clusters, High-Performance
/linux/Documentation/driver-api/xilinx/
H A Deemi.rst15 components running across different processing clusters on a chip or
/linux/drivers/net/hippi/
H A DKconfig13 single-mode). HIPPI networks are commonly used for clusters and to
/linux/Documentation/filesystems/
H A Derofs.rst118 compressed physical clusters;
120 physical clusters for further reading.
122 for the rest compressed physical clusters.
320 extents and in the meanwhile, compressed into physical clusters (pclusters).
321 In order to record each variable-sized extent, logical clusters (lclusters) are
/linux/Documentation/devicetree/bindings/cpu/
H 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/networking/
H A Dtipc.rst73 it is possible to scale TIPC clusters up to 1000 nodes with a maintained
74 neighbor failure discovery time of 1-2 seconds. For smaller clusters this
/linux/Documentation/arch/arm/
H A Dcluster-pm-race-avoidance.rst22 In a system containing multiple clusters of CPUs, it is also desirable
23 to have the ability to turn off entire clusters.
25 Turning entire clusters off and on is a risky business, because it
519 clusters of clusters are not supported). The algorithm could be
/linux/drivers/block/drbd/
H A DKconfig21 clusters and in this context, is a "drop-in" replacement for shared

123