Home
last modified time | relevance | path

Searched full:clusters (Results 1 – 25 of 178) sorted by relevance

12345678

/Linux-v6.1/fs/ntfs/
Dlcnalloc.h38 * ntfs_cluster_free - free clusters on an ntfs volume
39 * @ni: ntfs inode whose runlist describes the clusters to free
40 * @start_vcn: vcn in the runlist of @ni at which to start freeing clusters
41 * @count: number of clusters to free or -1 for all clusters
44 * Free @count clusters starting at the cluster @start_vcn in the runlist
47 * If @count is -1, all clusters from @start_vcn to the end of the runlist are
48 * deallocated. Thus, to completely free all clusters in a runlist, use
71 * Return the number of deallocated clusters (not counting sparse ones) on
103 * ntfs_cluster_free_from_rl - free clusters from runlist
104 * @vol: mounted ntfs volume on which to free the clusters
[all …]
Dlcnalloc.c23 * ntfs_cluster_free_from_rl_nolock - free clusters from runlist
24 * @vol: mounted ntfs volume on which to free the clusters
25 * @rl: runlist describing the clusters to free
27 * Free all the clusters described by the runlist @rl on the volume @vol. In
28 * the case of an error being returned, at least some of the clusters were not
59 * ntfs_cluster_alloc - allocate clusters on an ntfs volume
60 * @vol: mounted ntfs volume on which to allocate the clusters
62 * @count: number of clusters to allocate
63 * @start_lcn: starting lcn at which to allocate the clusters (or -1 if none)
64 * @zone: zone from which to allocate the clusters
[all …]
Drunlist.h21 * @length: length in clusters of the current array element
31 s64 length; /* Run length in clusters. */
/Linux-v6.1/fs/ocfs2/
Docfs2.h431 * How many clusters in our truncate log.
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
751 /* OCFS2 just cannot have enough clusters to overflow this */ in ocfs2_clusters_for_bytes()
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()
[all …]
Dresize.c170 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()
253 * Extend the filesystem to the new number of clusters specified. This entry
389 else if (le16_to_cpu(gd->bg_bits) != input->clusters * cl_bpc) in ocfs2_check_new_group()
391 "input has %u clusters set\n", 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()
[all …]
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
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 = clusters;
546 __entry->clusters, __entry->depth)
[all …]
Dreservations.h109 * @clen: length (in clusters) of proposed allocation
129 * @cstart: start of allocation in clusters
130 * @clen: end of allocation in clusters.
Docfs2_fs.h40 * Blocks cannot be bigger than clusters, so the maximum blocksize is the
249 #define OCFS2_COMPRBLK_FL FS_COMPRBLK_FL /* One or more compressed clusters */
421 * It describes a range of clusters on disk.
427 /*00*/ __le32 e_cpos; /* Offset into the file, in clusters */
429 __le32 e_int_clusters; /* Clusters covered by all children */
431 __le16 e_leaf_clusters; /* Clusters covered by this
449 __le32 t_clusters; /* Number of total clusters covered */
480 /*00*/ __le16 cl_cpg; /* Clusters per Block Group */
710 __le32 i_used; /* Bits (ie, clusters) used */
711 __le32 i_total; /* Total bits (clusters)
[all …]
Drefcounttree.c1850 * If we just need to split the header or tail clusters, in ocfs2_split_refcount_rec()
2328 * Mark the already-existing extent at cpos as refcounted for len clusters.
2365 * Given some contiguous physical clusters, calculate what we need
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()
[all …]
Ddlmglue.h74 u64 tf_start; /* trim start offset in clusters */
75 u64 tf_len; /* trim end offset in clusters */
76 u64 tf_minlen; /* trim minimum contiguous free clusters */
/Linux-v6.1/arch/arm/common/
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[i].cluster = CLUSTER_DOWN; in mcpm_sync_init()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dapple,mca.yaml11 composed of a number of identical clusters which can operate independently
12 or in an interlinked fashion. Up to 6 clusters have been seen on an MCA.
27 - description: Register region of the MCA clusters proper
85 Clusters' input reference clock.
95 domains of individual clusters for their operation.
/Linux-v6.1/drivers/cpufreq/
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-v6.1/fs/ntfs3/
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
/Linux-v6.1/sound/soc/apple/
Dmca.c7 // The MCA peripheral is made up of a number of identical units called clusters.
11 // The clusters can operate independently, or can be combined together in a
14 // ports. The I2S ports can be routed to any of the clusters (irrespective
161 /* Mutex for accessing port_driver of foreign clusters */
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()
[all …]
/Linux-v6.1/Documentation/filesystems/ext4/
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-v6.1/fs/ext4/
Dballoc.c83 /* Return the number of clusters used for file system metadata; this
96 /* This is the number of clusters used by the superblock, in ext4_num_overhead_clusters()
105 * for in the clusters used for the base metadata cluster, or in ext4_num_overhead_clusters()
594 * dirty clusters & root reserved clusters. in ext4_has_free_clusters()
599 /* Hm, nope. Are (enough) root reserved clusters available? */ in ext4_has_free_clusters()
680 * @count: pointer to total number of clusters needed
715 * ext4_count_free_clusters() -- count filesystem free clusters
718 * Adds up the number of free clusters from each block group.
874 * This function returns the number of file system metadata clusters at
/Linux-v6.1/Documentation/admin-guide/perf/
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
Dhisi-pmu.rst92 contains several Compute Clusters (CCLs). The I/O dies are called Super I/O
93 clusters (SICL) containing multiple I/O clusters (ICLs). Each CCL/ICL in the
/Linux-v6.1/fs/fat/
Dfile.c257 * we just allocate clusters without zeroing them out. Otherwise we
258 * allocate and zero out clusters via an expanding truncate.
263 int nr_cluster; /* Number of clusters to be allocated */ in fat_fallocate()
285 /* First compute the number of clusters to be allocated */ in fat_fallocate()
290 /* Start the allocation.We are not zeroing out the clusters */ in fat_fallocate()
309 /* Free all clusters after the skip'th cluster. */
/Linux-v6.1/drivers/cpuidle/
Dcpuidle-big_little.c48 * Current values for big and LITTLE clusters are provided for clusters
55 * The current values for both clusters are provided for a CPU whose half
/Linux-v6.1/Documentation/devicetree/bindings/mailbox/
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-v6.1/arch/mips/include/asm/
Dmips-cps.h110 * mips_cps_numclusters - return the number of clusters present in the system
112 * Returns the number of clusters in the system.
137 * clusters so we can trivially read the GCR_CONFIG register in mips_cps_cluster_config()
/Linux-v6.1/Documentation/arm/
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

12345678