/linux/fs/ |
H A D | utimes.c | 80 static int do_utimes_path(int dfd, const char __user *filename, in do_utimes_path() 135 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, in do_utimes() 143 SYSCALL_DEFINE4(utimensat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4() argument 169 static long do_futimesat(int dfd, const char __user *filename, in do_futimesat() 198 SYSCALL_DEFINE3(futimesat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE3() argument 204 SYSCALL_DEFINE2(utimes, char __user *, filename, in SYSCALL_DEFINE2() argument 210 SYSCALL_DEFINE2(utime, char __user *, filename, struct utimbuf __user *, times) in SYSCALL_DEFINE2() argument 231 SYSCALL_DEFINE2(utime32, const char __user *, filename, in SYSCALL_DEFINE2() argument 247 SYSCALL_DEFINE4(utimensat_time32, unsigned int, dfd, const char __user *, filename, struct old_time… in SYSCALL_DEFINE4() argument 263 static long do_compat_futimesat(unsigned int dfd, const char __user *filename, in do_compat_futimesat() [all …]
|
H A D | stat.c | 341 static int vfs_statx(int dfd, struct filename *filename, int flags, in vfs_statx() 365 int vfs_fstatat(int dfd, const char __user *filename, in vfs_fstatat() 424 SYSCALL_DEFINE2(stat, const char __user *, filename, in SYSCALL_DEFINE2() argument 437 SYSCALL_DEFINE2(lstat, const char __user *, filename, in SYSCALL_DEFINE2() argument 509 SYSCALL_DEFINE2(newstat, const char __user *, filename, in SYSCALL_DEFINE2() argument 522 SYSCALL_DEFINE2(newlstat, const char __user *, filename, in SYSCALL_DEFINE2() argument 536 SYSCALL_DEFINE4(newfstatat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4() argument 659 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument 671 SYSCALL_DEFINE2(lstat64, const char __user *, filename, in SYSCALL_DEFINE2() argument 694 SYSCALL_DEFINE4(fstatat64, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4() argument [all …]
|
H A D | exec.c | 813 struct filename *filename = getname_kernel(name); in open_exec() local 1399 static struct linux_binprm *alloc_bprm(int fd, struct filename *filename, int flags) in alloc_bprm() 1779 static int do_execveat_common(int fd, struct filename *filename, in do_execveat_common() 1867 struct filename *filename; in kernel_execve() local 1923 static int do_execve(struct filename *filename, in do_execve() 1932 static int do_execveat(int fd, struct filename *filename, in do_execveat() 1944 static int compat_do_execve(struct filename *filename, in compat_do_execve() 1959 static int compat_do_execveat(int fd, struct filename *filename, in compat_do_execveat() 2001 const char __user *, filename, in SYSCALL_DEFINE3() argument 2009 int, fd, const char __user *, filename, in SYSCALL_DEFINE5() argument [all …]
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_bpftool_synctypes.py | 304 filename = os.path.join(BPFTOOL_DIR, 'main.h') variable in MainHeaderFileExtractor 330 filename = os.path.join(BPFTOOL_DOC_DIR, 'substitutions.rst') variable in ManSubstitutionsExtractor 353 filename = os.path.join(BPFTOOL_DIR, 'prog.c') variable in ProgFileExtractor 366 filename = os.path.join(BPFTOOL_DIR, 'map.c') variable in MapFileExtractor 375 filename = os.path.join(BPFTOOL_DIR, 'cgroup.c') variable in CgroupFileExtractor 384 filename = "" variable in GenericSourceExtractor 386 def __init__(self, filename): argument 394 filename = os.path.join(INCLUDE_DIR, 'uapi/linux/bpf.h') variable in BpfHeaderExtractor 432 filename = os.path.join(BPFTOOL_DOC_DIR, 'bpftool-prog.rst') variable in ManProgExtractor 441 filename = os.path.join(BPFTOOL_DOC_DIR, 'bpftool-map.rst') variable in ManMapExtractor [all …]
|
/linux/tools/iio/ |
H A D | iio_utils.c | 95 char *scan_el_dir, *builtname, *builtname_generic, *filename = 0; in iioutils_get_type() local 226 char *filename = NULL; in iioutils_get_param_float() local 325 char *filename; in build_channel_array() local 568 char *filename; in find_type_by_name() local 652 static int _write_sysfs_int(const char *filename, const char *basedir, int val, in _write_sysfs_int() 729 int write_sysfs_int(const char *filename, const char *basedir, int val) in write_sysfs_int() 743 int write_sysfs_int_and_verify(const char *filename, const char *basedir, in write_sysfs_int_and_verify() 749 static int _write_sysfs_string(const char *filename, const char *basedir, in _write_sysfs_string() 829 int write_sysfs_string_and_verify(const char *filename, const char *basedir, in write_sysfs_string_and_verify() 843 int write_sysfs_string(const char *filename, const char *basedir, in write_sysfs_string() [all …]
|
/linux/tools/perf/tests/ |
H A D | symbols.c | 68 static void get_test_dso_filename(char *filename, size_t max_sz) in get_test_dso_filename() argument 76 static int create_map(struct test_info *ti, char *filename, struct map **map_p) in create_map() argument 164 static int test_file(struct test_info *ti, char *filename) in test_file() argument 203 char filename[PATH_MAX]; test__symbols() local [all...] |
/linux/security/tomoyo/ |
H A D | util.c | 250 char *filename; in tomoyo_parse_name_union() local 531 static bool tomoyo_correct_path2(const char *filename, const size_t len) in tomoyo_correct_path2() 547 bool tomoyo_correct_path(const char *filename) in tomoyo_correct_path() 635 static int tomoyo_const_part_length(const char *filename) in tomoyo_const_part_length() 698 static bool tomoyo_file_matches_pattern2(const char *filename, in tomoyo_file_matches_pattern2() 817 static bool tomoyo_file_matches_pattern(const char *filename, in tomoyo_file_matches_pattern() 937 bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename, in tomoyo_path_matches_pattern()
|
/linux/tools/testing/selftests/proc/ |
H A D | read.c | 38 static void f_reg(DIR *d, const char *filename) in f_reg() 55 static void f_reg_write(DIR *d, const char *filename, const char *buf, size_t len) in f_reg_write() 68 static void f_lnk(DIR *d, const char *filename) in f_lnk()
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | init.c | 674 static int ath6kl_get_fw(struct ath6kl *ar, const char *filename, in ath6kl_get_fw() 741 const char *filename; in ath6kl_fetch_board_file() local 786 char filename[100]; in ath6kl_fetch_otp_file() local 814 char filename[100]; in ath6kl_fetch_testmode_file() local 854 char filename[100]; in ath6kl_fetch_fw_file() local 879 char filename[100]; in ath6kl_fetch_patch_file() local 904 char filename[100]; in ath6kl_fetch_testscript_file() local 958 char filename[100]; in ath6kl_fetch_fw_apin() local
|
/linux/tools/testing/selftests/resctrl/ |
H A D | cache.c | 104 static int print_results_cache(const char *filename, pid_t bm_pid, __u64 llc_value) in print_results_cache() 136 const char *filename, pid_t bm_pid) in perf_event_measure() 164 int measure_llc_resctrl(const char *filename, pid_t bm_pid) in measure_llc_resctrl()
|
/linux/tools/perf/ |
H A D | builtin-buildid-cache.c | 118 static int build_id_cache__add_kcore(const char *filename, bool force) in build_id_cache__add_kcore() argument 175 static int build_id_cache__add_file(const char *filename, struct nsinfo *nsi) in build_id_cache__add_file() argument 198 static int build_id_cache__remove_file(const char *filename, struct nsinfo *nsi) in build_id_cache__remove_file() argument 277 char filename[PATH_MAX]; dso__missing_buildid_cache() local 303 build_id_cache__update_file(const char * filename,struct nsinfo * nsi) build_id_cache__update_file() argument [all...] |
/linux/tools/testing/selftests/mount/ |
H A D | nosymfollow-test.c | 40 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, in vmaybe_write_file() 76 static void maybe_write_file(char *filename, char *fmt, ...) in maybe_write_file() 85 static void write_file(char *filename, char *fmt, ...) in write_file()
|
H A D | unprivileged-remount-test.c | 57 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) in vmaybe_write_file() 95 static void maybe_write_file(char *filename, char *fmt, ...) in maybe_write_file() 105 static void write_file(char *filename, char *fmt, ...) in write_file()
|
/linux/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 15 static void elfhdr_get(const char *filename, Elf64_Ehdr *hdrp) in elfhdr_get() 114 void kvm_vm_elf_load(struct kvm_vm *vm, const char *filename) in kvm_vm_elf_load()
|
/linux/tools/thermal/tmon/ |
H A D | sysfs.c | 33 int sysfs_set_ulong(char *path, char *filename, unsigned long val) in sysfs_set_ulong() 57 static int sysfs_get_ulong(char *path, char *filename, unsigned long *p_ulong) in sysfs_get_ulong() 76 static int sysfs_get_string(char *path, char *filename, char *str) in sysfs_get_string() 124 char filename[256]; in get_trip_point_data() local
|
/linux/samples/bpf/ |
H A D | syscall_tp_user.c | 48 static int test(char *filename, int nr_tests) in test() 138 char filename[256]; in main() local
|
/linux/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 26 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) in vmaybe_write_file() 63 static void maybe_write_file(char *filename, char *fmt, ...) in maybe_write_file() 72 static void write_file(char *filename, char *fmt, ...) in write_file()
|
/linux/scripts/dtc/ |
H A D | util.c | 246 int utilfdt_read_err(const char *filename, char **buffp, size_t *len) in utilfdt_read_err() 288 char *utilfdt_read(const char *filename, size_t *len) in utilfdt_read() 302 int utilfdt_write_err(const char *filename, const void *blob) in utilfdt_write_err() 334 int utilfdt_write(const char *filename, const void *blob) in utilfdt_write()
|
/linux/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 420 def read_trace_data(filename, cpu_mask): argument 502 filename = "" variable 525 filename = os.path.join(location, arg) variable 572 filename = "/sys/kernel/tracing/trace" variable
|
/linux/tools/testing/selftests/fchmodat2/ |
H A D | fchmodat2_test.c | 12 int sys_fchmodat2(int dfd, const char *filename, mode_t mode, int flags) in sys_fchmodat2() 46 int expect_mode(int dfd, const char *filename, mode_t expect_mode) in expect_mode()
|
/linux/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 999 char *filename; in osl_list_customized_tables() local 1156 osl_table_name_from_file(char *filename, char *signature, u32 *instance) in osl_table_name_from_file() 1196 osl_read_table_from_file(char *filename, in osl_read_table_from_file() 1317 char *filename; in osl_get_customized_table() local
|
/linux/tools/perf/util/ |
H A D | disasm.c | 1259 dso__disassemble_filename(struct dso * dso,char * filename,size_t filename_size) dso__disassemble_filename() argument 1383 read_symbol(const char * filename,struct map * map,struct symbol * sym,u64 * len,bool * is_64bit) read_symbol() argument 1431 symbol__disassembler_missing(const char * disassembler,const char * filename,struct symbol * sym) symbol__disassembler_missing() argument 1497 symbol__disassemble_capstone_powerpc(char * filename,struct symbol * sym,struct annotate_args * args) symbol__disassemble_capstone_powerpc() argument 1623 symbol__disassemble_capstone(char * filename,struct symbol * sym,struct annotate_args * args) symbol__disassemble_capstone() argument 1731 symbol__disassemble_capstone(char * filename,struct symbol * sym,struct annotate_args * args __maybe_unused) symbol__disassemble_capstone() argument 1738 symbol__disassemble_capstone_powerpc(char * filename,struct symbol * sym,struct annotate_args * args __maybe_unused) symbol__disassemble_capstone_powerpc() argument 1746 symbol__disassemble_raw(char * filename,struct symbol * sym,struct annotate_args * args) symbol__disassemble_raw() argument 1866 symbol__disassemble_llvm(char * filename,struct symbol * sym,struct annotate_args * args) symbol__disassemble_llvm() argument 2013 symbol__disassemble_llvm(char * filename,struct symbol * sym,struct annotate_args * args __maybe_unused) symbol__disassemble_llvm() argument 2081 symbol__disassemble_objdump(const char * filename,struct symbol * sym,struct annotate_args * args) symbol__disassemble_objdump() argument [all...] |
/linux/arch/sparc/boot/ |
H A D | piggyback.c | 100 static int get_start_end(const char *filename, unsigned int *start, in get_start_end() 135 static off_t get_hdrs_offset(int kernelfd, const char *filename) in get_hdrs_offset()
|
/linux/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 73 const char *root_path, *filename = NULL; in get_filename() local 307 const char *filename; in bpmp_debug_show() local 373 const char *filename; in bpmp_debug_store() local 592 const char *filename; in debugfs_show() local 643 const char *filename; in debugfs_store() local
|
/linux/tools/testing/selftests/cachestat/ |
H A D | test_cachestat.c | 118 static int test_cachestat(const char *filename, bool write_random, bool create, in test_cachestat() 212 char *filename = "tmpshmcstat"; in test_cachestat_shmem() local
|