Searched refs:cpu_str (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/fs/ntfs3/ |
D | ntfs.h | 59 struct cpu_str { struct 149 extern const struct cpu_str NAME_MFT; 150 extern const struct cpu_str NAME_MIRROR; 151 extern const struct cpu_str NAME_LOGFILE; 152 extern const struct cpu_str NAME_VOLUME; 153 extern const struct cpu_str NAME_ATTRDEF; 154 extern const struct cpu_str NAME_ROOT; 155 extern const struct cpu_str NAME_BITMAP; 156 extern const struct cpu_str NAME_BOOT; 157 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() 362 struct cpu_str *uni = __getname(); in ntfs_atomic_open() 469 struct cpu_str *uni; in ntfs_d_hash() 531 struct cpu_str *uni1; in ntfs_d_compare() 570 (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 | 488 struct cpu_str *uni, u32 max_ulen, 490 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni, 698 const struct cpu_str *name); 714 const struct cpu_str *uni, umode_t mode, 726 const struct cpu_str *uni); 855 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() 521 const struct cpu_str *name) in ntfs_iget5() 1136 (struct cpu_str *)(rp_name - 1), 2 * size, in ntfs_create_reparse_buffer() 1201 const struct cpu_str *uni, umode_t mode, in ntfs_create_inode()
|
/Linux-v6.6/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 2159 char buffer[128], sibling_list[128], *cpu_str; in set_fact_enable() local 2179 cpu_str = strtok(sibling_list, ","); in set_fact_enable() 2180 while (cpu_str != NULL) { in set_fact_enable() 2183 sscanf(cpu_str, "%d", &cpu); in set_fact_enable() 2185 cpu_str = strtok(NULL, ","); in set_fact_enable()
|
/Linux-v6.6/kernel/trace/ |
D | trace_osnoise.c | 2714 char cpu_str[30]; /* see trace.c: tracing_init_tracefs_percpu() */ in osnoise_create_cpu_timerlat_fd() local 2728 snprintf(cpu_str, 30, "cpu%ld", cpu); in osnoise_create_cpu_timerlat_fd() 2729 cpu_dir = tracefs_create_dir(cpu_str, per_cpu); in osnoise_create_cpu_timerlat_fd()
|
/Linux-v6.6/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 492 static uint32_t parse_pcpu(const char *cpu_str, const cpu_set_t *allowed_mask) in parse_pcpu() argument 494 uint32_t pcpu = atoi_non_negative("CPU number", cpu_str); in parse_pcpu()
|