Home
last modified time | relevance | path

Searched refs:cpu_str (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/fs/ntfs3/
Dntfs.h59 struct cpu_str { struct
152 extern const struct cpu_str NAME_MFT;
153 extern const struct cpu_str NAME_MIRROR;
154 extern const struct cpu_str NAME_LOGFILE;
155 extern const struct cpu_str NAME_VOLUME;
156 extern const struct cpu_str NAME_ATTRDEF;
157 extern const struct cpu_str NAME_ROOT;
158 extern const struct cpu_str NAME_BITMAP;
159 extern const struct cpu_str NAME_BOOT;
160 extern const struct cpu_str NAME_BADCLUS;
[all …]
Dfsntfs.c18 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 = {
42 const struct cpu_str NAME_BADCLUS = {
45 const struct cpu_str NAME_QUOTA = {
[all …]
Dnamei.c19 const struct cpu_str *uni) in fill_name_de()
45 (struct cpu_str *)&fname->name_len, in fill_name_de()
69 struct cpu_str *uni = __getname(); in ntfs_lookup()
Dupcase.c69 int ntfs_cmp_names_cpu(const struct cpu_str *uni1, const struct le_str *uni2, in ntfs_cmp_names_cpu()
Dntfs_fs.h480 struct cpu_str *uni, u32 max_ulen,
482 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni,
540 const struct cpu_str *uni,
687 const struct cpu_str *name);
704 const struct cpu_str *uni, umode_t mode,
716 const struct cpu_str *uni);
838 int ntfs_cmp_names_cpu(const struct cpu_str *uni1, const struct le_str *uni2,
Ddir.c178 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()
Dinode.c24 const struct cpu_str *name, in ntfs_read_mft()
490 const struct cpu_str *name) in ntfs_iget5()
1119 (struct cpu_str *)(rp_name - 1), 2 * size, in ntfs_create_reparse_buffer()
1172 const struct cpu_str *uni, umode_t mode, in ntfs_create_inode()
Dfrecord.c1584 const struct cpu_str *uni, in ni_fname_name()
2851 fname = ni_fname_name(ni, (struct cpu_str *)&de_name->name_len, in ni_remove_name()
/linux-5.19.10/tools/power/x86/intel-speed-select/
Disst-config.c2001 char buffer[128], sibling_list[128], *cpu_str; in set_fact_enable() local
2020 cpu_str = strtok(sibling_list, ","); in set_fact_enable()
2021 while (cpu_str != NULL) { in set_fact_enable()
2024 sscanf(cpu_str, "%d", &cpu); in set_fact_enable()
2026 cpu_str = strtok(NULL, ","); in set_fact_enable()