/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 130 getname_flags(const char __user *filename, int flags, int *empty) in getname_flags() argument 209 getname_uflags(const char __user *filename, int uflags) getname_uflags() argument 217 getname(const char __user * filename) getname() argument 223 getname_kernel(const char * filename) getname_kernel() argument 2600 struct filename *filename = getname_kernel(name); kern_path_locked() local 2609 struct filename *filename = getname_kernel(name); kern_path() local 2627 vfs_path_parent_lookup(struct filename *filename, unsigned int flags, struct path *parent, struct qstr *last, int *type, const struct path *root) vfs_path_parent_lookup() argument 2648 struct filename *filename; vfs_path_lookup() local 2910 struct filename *filename = getname_flags(name, flags, empty); user_path_at_empty() local 3832 struct filename *filename; do_file_open_root() local 3924 struct filename *filename = getname_kernel(pathname); kern_path_create() local 3944 struct filename *filename = getname(pathname); user_path_create() local [all...] |
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | mkutf8data.c | 1893 static void file_fail(const char *filename) in file_fail() argument 1899 static void line_fail(const char *filename, const char *line) in line_fail() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | f2fs_fs.h | 587 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN]; member
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 1273 static struct file *insert_cfn(struct hmdfs_sb_info *sbi, const char *filename, in insert_cfn() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | main.c | 1568 const char *filename; in b43legacy_request_firmware() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_drv.h | 947 vc4_debugfs_add_regset32(struct drm_device *drm, const char *filename, struct debugfs_regset32 *regset) vc4_debugfs_add_regset32() argument
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 2176 char filename[64]; in hist_browser__dump() local
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | machine.c | 1111 char filename[PATH_MAX]; in machine__fprintf_vmlinux_path() local 1194 char filename[PATH_MA in machine__get_running_kernel_start() local 836 machine__findnew_module_dso(struct machine *machine, struct kmod_path *m, const char *filename) machine__findnew_module_dso() argument 1040 machine__addnew_module_map(struct machine *machine, u64 start, const char *filename) machine__addnew_module_map() argument 1460 machine__load_kallsyms(struct machine *machine, const char *filename) machine__load_kallsyms() argument 3364 machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *id) machine__findnew_dso_id() argument 3369 machine__findnew_dso(struct machine *machine, const char *filename) machine__findnew_dso() argument [all...] |
H A D | symbol-elf.c | 225 bool filename__has_section(const char *filename, const char *sec) in filename__has_section() argument 937 static int read_build_id(const char *filename, struct build_id *bid) in read_build_id() argument 966 static int read_build_id(const char *filename, struct build_id *bid) in read_build_id() argument 998 int filename__read_build_id(const char *filename, struct build_id *bid) in filename__read_build_id() argument 1031 sysfs__read_build_id(const char *filename, struct build_id *bid) sysfs__read_build_id() argument 1083 filename__read_debuglink(const char *filename, char *debuglink, size_t size) filename__read_debuglink() argument 1119 filename__read_debuglink(const char *filename, char *debuglink, size_t size) filename__read_debuglink() argument 1921 kcore__open(struct kcore *kcore, const char *filename) kcore__open() argument 1950 kcore__init(struct kcore *kcore, char *filename, int elfclass, bool temp) kcore__init() argument 2384 char filename[PATH_MAX]; kcore_copy__unlink() local [all...] |
H A D | symbol.c | 646 int modules__parse(const char *filename, void *arg, in modules__parse() argument 786 static int dso__load_all_kallsyms(struct dso *dso, const char *filename) in dso__load_all_kallsyms() argument 996 bool symbol__restricted_filename(const char *filename, in symbol__restricted_filename() argument 1097 static int read_proc_modules(const char *filename, struct rb_root *modules) in read_proc_modules() argument 1151 static int do_validate_kcore_modules(const char *filename, struc argument 1186 filename_from_kallsyms_filename(char *filename, const char *base_name, const char *kallsyms_filename) filename_from_kallsyms_filename() argument 1551 kallsyms__delta(struct kmap *kmap, const char *filename, u64 *delta) kallsyms__delta() argument 1565 __dso__load_kallsyms(struct dso *dso, const char *filename, struct map *map, bool no_kcore) __dso__load_kallsyms() argument 1597 dso__load_kallsyms(struct dso *dso, const char *filename, struct map *map) dso__load_kallsyms() argument 2231 char *filename = NULL; dso__load_vmlinux_path() local 2363 char *filename = NULL; dso__load_kernel_sym() local [all...] |
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.c | 111 char *read_text_file(const char *filename) in read_text_file() argument 397 static void *grab_file(const char *filename, size_t *size) in grab_file() argument 424 static int parse_elf(struct elf_info *info, const char *filename) in parse_elf() argument 1775 read_symbols_from_files(const char *filename) read_symbols_from_files() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | veristat.c | 388 static bool should_process_file_prog(const char *filename, const char *prog_name) in should_process_file_prog() argument 877 static void fixup_obj(struct bpf_object *obj, struct bpf_program *prog, const char *filename) in fixup_obj() argument 955 process_prog(const char *filename, struct bpf_object *obj, struct bpf_program *prog) process_prog() argument 1021 process_obj(const char *filename) process_obj() argument 1427 parse_stats_csv(const char *filename, struct stat_specs *specs, struct verif_stats **statsp, int *stat_cntp) parse_stats_csv() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | asihpi.c | 260 static u16 handle_error(u16 err, int line, char *filename) in handle_error() argument
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm_adsp.c | 735 wm_adsp_request_firmware_file(struct wm_adsp *dsp, const struct firmware **firmware, char **filename, const char *dir, const char *system_name, const char *asoc_component_prefix, const char *filetype) wm_adsp_request_firmware_file() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.c | 1059 mlxsw_core_fw_rev_validate(struct mlxsw_core *mlxsw_core, const struct mlxsw_bus_info *mlxsw_bus_info, const struct mlxsw_fw_rev *req_rev, const char *filename) mlxsw_core_fw_rev_validate() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 2302 const char *filename; in b43_try_request_fw() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 2425 int bnxt_flash_package_from_file(struct net_device *dev, const char *filename, in bnxt_flash_package_from_file() argument 2401 bnxt_flash_firmware_from_file(struct net_device *dev, u16 dir_type, const char *filename) bnxt_flash_firmware_from_file() argument
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 285 char *filename; member 2919 static int read_script_info(struct script_desc *desc, const char *filename) in read_script_info() argument 3044 char filename[MAXPATHLEN], evname[128]; in check_ev_match() local [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.c | 1633 static int dso__disassemble_filename(struct dso *dso, char *filename, size_t filename_size) in dso__disassemble_filename() argument 2302 print_summary(struct rb_root *root, const char *filename) print_summary() argument 2372 char *filename; symbol__annotate_printf() local 2537 char *filename; map_symbol__annotation_dump() local [all...] |
H A D | header.c | 2122 char filename[0]; in perf_header__read_build_ids_abi_quirk() member 2125 char filename[PATH_MAX]; in perf_header__read_build_ids_abi_quirk() local 2166 char filename[PATH_MAX]; in perf_header__read_build_ids() local 2051 __event_process_build_id(struct perf_record_header_build_id *bev, char *filename, struct perf_session *session) __event_process_build_id() argument [all...] |
H A D | intel-pt.c | 691 intel_pt_match_pgd_ip(struct intel_pt *pt, uint64_t ip, uint64_t offset, const char *filename) intel_pt_match_pgd_ip() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 2759 static int bnxt_flash_package_from_file(struct net_device *dev, const char *filename, in bnxt_flash_package_from_file() argument 2491 bnxt_flash_firmware_from_file(struct net_device *dev, u16 dir_type, const char *filename) bnxt_flash_firmware_from_file() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.c | 1231 mlxsw_core_fw_rev_validate(struct mlxsw_core *mlxsw_core, const struct mlxsw_bus_info *mlxsw_bus_info, const struct mlxsw_fw_rev *req_rev, const char *filename) mlxsw_core_fw_rev_validate() argument
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | efistub.h | 620 efi_char16_t filename[]; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 2302 const char *filename; in b43_try_request_fw() local [all...] |