/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | cgroup_helpers.c | 124 char file_path[PATH_MAX + 1]; in __write_cgroup_file() local 127 snprintf(file_path, sizeof(file_path), "%s/%s", cgroup_path, file); in __write_cgroup_file() 128 fd = open(file_path, O_RDWR); in __write_cgroup_file() 130 log_err("Opening %s", file_path); in __write_cgroup_file() 135 log_err("Writing to %s", file_path); in __write_cgroup_file()
|
/linux-6.3-rc2/scripts/clang-tools/ |
A D | gen_compile_commands.py | 152 def process_line(root_directory, command_prefix, file_path): argument 176 abs_path = os.path.abspath(os.path.join(root_directory, file_path)) 182 'command': prefix + file_path,
|
/linux-6.3-rc2/tools/perf/util/ |
A D | ordered-events.h | 12 const char *file_path; member 57 u64 timestamp, u64 file_offset, const char *file_path);
|
A D | session.c | 44 const char *file_path) in perf_session__process_compressed_event() argument 66 decomp->file_path = file_path; in perf_session__process_compressed_event() 107 const char *file_path); 190 event->file_path); in ordered_events__deliver_event() 1318 const char *file_path) in dump_event() argument 1540 const char *file_path) in machines__deliver_event() argument 1628 const char *file_path) in perf_session__deliver_event() argument 1656 const char *file_path) in perf_session__process_user_event() argument 1851 const char *file_path) in perf_session__process_event() argument 2246 const char *file_path); [all …]
|
A D | session.h | 57 const char *file_path; member 93 u64 timestamp, u64 file_offset, const char *file_path);
|
A D | ordered-events.c | 195 u64 timestamp, u64 file_offset, const char *file_path) in ordered_events__queue() argument 220 oevent->file_path = file_path; in ordered_events__queue()
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | ksm_tests.c | 47 static int ksm_write_sysfs(const char *file_path, unsigned long val) in ksm_write_sysfs() argument 49 FILE *f = fopen(file_path, "w"); in ksm_write_sysfs() 52 fprintf(stderr, "f %s\n", file_path); in ksm_write_sysfs() 66 static int ksm_read_sysfs(const char *file_path, unsigned long *val) in ksm_read_sysfs() argument 68 FILE *f = fopen(file_path, "r"); in ksm_read_sysfs() 71 fprintf(stderr, "f %s\n", file_path); in ksm_read_sysfs()
|
/linux-6.3-rc2/tools/verification/dot2/ |
A D | automata.py | 22 def __init__(self, file_path): argument 23 self.__dot_path = file_path
|
A D | dot2k.py | 20 def __init__(self, file_path, MonitorType): argument 21 super().__init__(file_path)
|
A D | dot2c.py | 25 def __init__(self, file_path): argument 26 super().__init__(file_path)
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | troubleshoot.c | 69 path_nm = file_path(exe_file, buf, ARC_PATH_MAX-1); in print_task_path_n_nm() 96 nm = file_path(vma->vm_file, buf, ARC_PATH_MAX-1); in show_faulting_vma()
|
/linux-6.3-rc2/lib/ |
A D | test_lockup.c | 147 module_param_string(file_path, test_file_path, sizeof(test_file_path), 0400); 148 MODULE_PARM_DESC(file_path, "file path to test");
|
A D | string_helpers.c | 711 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()
|
/linux-6.3-rc2/fs/iomap/ |
A D | swapfile.c | 86 p = file_path(isi->file, buf, PATH_MAX); in iomap_swapfile_fail()
|
/linux-6.3-rc2/mm/ |
A D | huge_memory.c | 3068 static int split_huge_pages_in_file(const char *file_path, pgoff_t off_start, in split_huge_pages_in_file() argument 3079 file = getname_kernel(file_path); in split_huge_pages_in_file() 3088 file_path, off_start, off_end); in split_huge_pages_in_file() 3154 char file_path[MAX_INPUT_BUF_SZ]; in split_huge_pages_write() local 3160 strcpy(file_path, tok); in split_huge_pages_write() 3171 ret = split_huge_pages_in_file(file_path, off_start, off_end); in split_huge_pages_write()
|
A D | filemap.c | 3797 path = file_path(filp, pathname, sizeof(pathname)); in dio_warn_stale_pagecache()
|
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
A D | efistub.h | 584 void *file_path; member 599 u32 file_path; member
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | storage_common.c | 341 p = file_path(curlun->filp, buf, PAGE_SIZE - 1); in fsg_show_file()
|
/linux-6.3-rc2/fs/ |
A D | open.c | 1036 char *file_path(struct file *filp, char *buf, int buflen) in file_path() function 1040 EXPORT_SYMBOL(file_path);
|
A D | coredump.c | 177 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()
|
A D | binfmt_elf.c | 1683 filename = file_path(file, name_curpos, remaining); in fill_files_note()
|
/linux-6.3-rc2/drivers/block/ |
A D | loop.c | 676 p = file_path(lo->lo_backing_file, buf, PAGE_SIZE - 1); in loop_attr_backing_file_show()
|
/linux-6.3-rc2/drivers/block/zram/ |
A D | zram_drv.c | 479 p = file_path(file, buf, PAGE_SIZE - 1); in backing_dev_show()
|
/linux-6.3-rc2/drivers/md/ |
A D | md-bitmap.c | 874 ptr = file_path(bitmap->storage.file, in md_bitmap_file_kick()
|
/linux-6.3-rc2/include/linux/ |
A D | fs.h | 2598 extern char *file_path(struct file *, char *, int);
|