/linux-6.12.1/fs/ntfs3/ ! |
D | ntfs.h | 59 struct cpu_str { struct 146 extern const struct cpu_str NAME_MFT; 147 extern const struct cpu_str NAME_MIRROR; 148 extern const struct cpu_str NAME_LOGFILE; 149 extern const struct cpu_str NAME_VOLUME; 150 extern const struct cpu_str NAME_ATTRDEF; 151 extern const struct cpu_str NAME_ROOT; 152 extern const struct cpu_str NAME_BITMAP; 153 extern const struct cpu_str NAME_BOOT; 154 extern const struct cpu_str NAME_BADCLUS; [all …]
|
D | namei.c | 21 const struct cpu_str *uni) in fill_name_de() 47 (struct cpu_str *)&fname->name_len, in fill_name_de() 71 struct cpu_str *uni = __getname(); in ntfs_lookup() 375 struct cpu_str *uni; in ntfs_d_hash() 437 struct cpu_str *uni1; in ntfs_d_compare() 476 (struct cpu_str *)uni2, NTFS_NAME_LEN, in ntfs_d_compare()
|
D | fsntfs.c | 19 const struct cpu_str NAME_MFT = { 22 const struct cpu_str NAME_MIRROR = { 25 const struct cpu_str NAME_LOGFILE = { 28 const struct cpu_str NAME_VOLUME = { 31 const struct cpu_str NAME_ATTRDEF = { 34 const struct cpu_str NAME_ROOT = { 37 const struct cpu_str NAME_BITMAP = { 40 const struct cpu_str NAME_BOOT = { 43 const struct cpu_str NAME_BADCLUS = { 46 const struct cpu_str NAME_QUOTA = { [all …]
|
D | upcase.c | 69 int ntfs_cmp_names_cpu(const struct cpu_str *uni1, const struct le_str *uni2, in ntfs_cmp_names_cpu()
|
D | ntfs_fs.h | 490 struct cpu_str *uni, u32 max_ulen, 492 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni, 709 const struct cpu_str *name); 723 struct dentry *dentry, const struct cpu_str *uni, 735 const struct cpu_str *uni); 864 int ntfs_cmp_names_cpu(const struct cpu_str *uni1, const struct le_str *uni2,
|
D | dir.c | 178 struct cpu_str *uni, u32 max_ulen, in ntfs_nls_to_utf16() 233 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni, in dir_search_u()
|
D | inode.c | 24 const struct cpu_str *name, in ntfs_read_mft() 526 const struct cpu_str *name) in ntfs_iget5() 1124 (struct cpu_str *)(rp_name - 1), 2 * size, in ntfs_create_reparse_buffer() 1188 struct dentry *dentry, const struct cpu_str *uni, in ntfs_create_inode()
|
/linux-6.12.1/tools/perf/scripts/python/ ! |
D | parallel-perf.py | 390 cpu_str = ReadPerfOption(cmd, "C", "cpu") 394 if cpu_str != None and cpu_str != "": 671 def BadCPUStr(cpu_str): argument 691 def ParseCPUStr(cpu_str, nr_cpus): argument 692 if cpu_str == None or cpu_str == "": 695 for r in cpu_str.split(","): 698 BadCPUStr(cpu_str) 706 BadCPUStr(cpu_str) 708 BadCPUStr(cpu_str) 755 self.cpu_str = ExtractPerfOption(self.cmd, "C", "cpu") [all …]
|
/linux-6.12.1/tools/power/x86/intel-speed-select/ ! |
D | isst-config.c | 2232 char buffer[128], sibling_list[128], *cpu_str; in set_fact_enable() local 2252 cpu_str = strtok(sibling_list, ","); in set_fact_enable() 2253 while (cpu_str != NULL) { in set_fact_enable() 2256 sscanf(cpu_str, "%d", &cpu); in set_fact_enable() 2258 cpu_str = strtok(NULL, ","); in set_fact_enable()
|
/linux-6.12.1/kernel/trace/ ! |
D | trace_osnoise.c | 2736 char cpu_str[30]; /* see trace.c: tracing_init_tracefs_percpu() */ in osnoise_create_cpu_timerlat_fd() local 2750 snprintf(cpu_str, 30, "cpu%ld", cpu); in osnoise_create_cpu_timerlat_fd() 2751 cpu_dir = tracefs_create_dir(cpu_str, per_cpu); in osnoise_create_cpu_timerlat_fd()
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/ ! |
D | kvm_util.c | 559 static uint32_t parse_pcpu(const char *cpu_str, const cpu_set_t *allowed_mask) in parse_pcpu() argument 561 uint32_t pcpu = atoi_non_negative("CPU number", cpu_str); in parse_pcpu()
|
/linux-6.12.1/tools/power/x86/turbostat/ ! |
D | turbostat.c | 5378 static int parse_cpu_str(char *cpu_str, cpu_set_t *cpu_set, int cpu_set_size) in parse_cpu_str() argument 5381 char *next = cpu_str; in parse_cpu_str()
|