Home
last modified time | relevance | path

Searched refs:current_file (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/scripts/kconfig/
Dpreprocess.c24 fprintf(stderr, "%s:%d: ", current_file->name, yylineno); in pperror()
122 return xstrdup(current_file->name); in do_filename()
185 current_file->name, yylineno, argv[1]); in do_warning_if()
Dlexer.l81 current_file->name, yylineno, chr); in warn_ignored_character()
Dexpr.h288 extern struct file *current_file;
Dmenu.c19 struct file *current_file; variable
55 menu->file = current_file; in menu_add_entry()
Dparser.y535 if (current_menu->file != current_file) { in zconf_endtoken()
Dsymbol.c1285 prop->file = current_file; in prop_alloc()
/Linux-v5.4/fs/
Deventpoll.c1442 struct file *current_file; in reverse_path_check() local
1445 list_for_each_entry(current_file, &tfile_check_list, f_tfile_llink) { in reverse_path_check()
1448 reverse_path_check_proc, current_file, in reverse_path_check()
1449 current_file, current); in reverse_path_check()