Searched refs:cpu_str (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/fs/ntfs3/ |
A D | ntfs.h | 59 struct cpu_str { struct 151 extern const struct cpu_str NAME_MFT; 152 extern const struct cpu_str NAME_MIRROR; 154 extern const struct cpu_str NAME_VOLUME; 156 extern const struct cpu_str NAME_ROOT; 157 extern const struct cpu_str NAME_BITMAP; 158 extern const struct cpu_str NAME_BOOT; 160 extern const struct cpu_str NAME_QUOTA; 161 extern const struct cpu_str NAME_SECURE; 162 extern const struct cpu_str NAME_UPCASE; [all …]
|
A 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() 355 struct cpu_str *uni = __getname(); in ntfs_atomic_open() 471 struct cpu_str *uni; in ntfs_d_hash() 533 struct cpu_str *uni1; in ntfs_d_compare() 572 (struct cpu_str *)uni2, NTFS_NAME_LEN, in ntfs_d_compare()
|
A D | fsntfs.c | 18 const struct cpu_str NAME_MFT = { 21 const struct cpu_str NAME_MIRROR = { 24 const struct cpu_str NAME_LOGFILE = { 27 const struct cpu_str NAME_VOLUME = { 30 const struct cpu_str NAME_ATTRDEF = { 33 const struct cpu_str NAME_ROOT = { 36 const struct cpu_str NAME_BITMAP = { 39 const struct cpu_str NAME_BOOT = { 45 const struct cpu_str NAME_QUOTA = { 48 const struct cpu_str NAME_SECURE = { [all …]
|
A D | ntfs_fs.h | 487 struct cpu_str *uni, u32 max_ulen, 489 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni, 547 const struct cpu_str *uni, 696 const struct cpu_str *name); 713 const struct cpu_str *uni, umode_t mode, 725 const struct cpu_str *uni); 854 int ntfs_cmp_names_cpu(const struct cpu_str *uni1, const struct le_str *uni2,
|
A D | upcase.c | 69 int ntfs_cmp_names_cpu(const struct cpu_str *uni1, const struct le_str *uni2, in ntfs_cmp_names_cpu()
|
A 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()
|
A D | inode.c | 24 const struct cpu_str *name, in ntfs_read_mft() 507 const struct cpu_str *name) in ntfs_iget5() 1122 (struct cpu_str *)(rp_name - 1), 2 * size, in ntfs_create_reparse_buffer() 1187 const struct cpu_str *uni, umode_t mode, in ntfs_create_inode()
|
A D | frecord.c | 1641 const struct cpu_str *uni, in ni_fname_name() 2913 fname = ni_fname_name(ni, (struct cpu_str *)&de_name->name_len, in ni_remove_name()
|
/linux-6.3-rc2/tools/power/x86/intel-speed-select/ |
A D | isst-config.c | 2069 char buffer[128], sibling_list[128], *cpu_str; in set_fact_enable() local 2089 cpu_str = strtok(sibling_list, ","); in set_fact_enable() 2090 while (cpu_str != NULL) { in set_fact_enable() 2093 sscanf(cpu_str, "%d", &cpu); in set_fact_enable() 2095 cpu_str = strtok(NULL, ","); in set_fact_enable()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/ |
A D | kvm_util.c | 483 static uint32_t parse_pcpu(const char *cpu_str, const cpu_set_t *allowed_mask) in parse_pcpu() argument 485 uint32_t pcpu = atoi_non_negative("CPU number", cpu_str); in parse_pcpu()
|
Completed in 40 milliseconds