/linux-6.1.9/tools/testing/selftests/bpf/ |
D | cgroup_helpers.c | 123 char file_path[PATH_MAX + 1]; in __write_cgroup_file() local 126 snprintf(file_path, sizeof(file_path), "%s/%s", cgroup_path, file); in __write_cgroup_file() 127 fd = open(file_path, O_RDWR); in __write_cgroup_file() 129 log_err("Opening %s", file_path); in __write_cgroup_file() 134 log_err("Writing to %s", file_path); in __write_cgroup_file()
|
/linux-6.1.9/scripts/clang-tools/ |
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.1.9/tools/perf/util/ |
D | ordered-events.h | 12 const char *file_path; member 57 u64 timestamp, u64 file_offset, const char *file_path);
|
D | session.c | 43 const char *file_path) in perf_session__process_compressed_event() argument 65 decomp->file_path = file_path; in perf_session__process_compressed_event() 106 const char *file_path); 189 event->file_path); in ordered_events__deliver_event() 475 const char *file_path __maybe_unused) in perf_session__process_compressed_event_stub() 1087 u64 timestamp, u64 file_offset, const char *file_path) in perf_session__queue_event() argument 1089 return ordered_events__queue(&s->ordered_events, event, timestamp, file_offset, file_path); in perf_session__queue_event() 1314 const char *file_path) in dump_event() argument 1320 file_offset, file_path, event->header.size, event->header.type); in dump_event() 1536 const char *file_path) in machines__deliver_event() argument [all …]
|
D | session.h | 55 const char *file_path; member 91 u64 timestamp, u64 file_offset, const char *file_path);
|
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.1.9/tools/testing/selftests/vm/ |
D | ksm_tests.c | 46 static int ksm_write_sysfs(const char *file_path, unsigned long val) in ksm_write_sysfs() argument 48 FILE *f = fopen(file_path, "w"); in ksm_write_sysfs() 51 fprintf(stderr, "f %s\n", file_path); in ksm_write_sysfs() 65 static int ksm_read_sysfs(const char *file_path, unsigned long *val) in ksm_read_sysfs() argument 67 FILE *f = fopen(file_path, "r"); in ksm_read_sysfs() 70 fprintf(stderr, "f %s\n", file_path); in ksm_read_sysfs()
|
/linux-6.1.9/tools/verification/dot2/ |
D | automata.py | 22 def __init__(self, file_path): argument 23 self.__dot_path = file_path
|
D | dot2k.py | 20 def __init__(self, file_path, MonitorType): argument 21 super().__init__(file_path)
|
D | dot2c.py | 25 def __init__(self, file_path): argument 26 super().__init__(file_path)
|
/linux-6.1.9/arch/arc/kernel/ |
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.1.9/lib/ |
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");
|
D | string_helpers.c | 711 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()
|
/linux-6.1.9/fs/iomap/ |
D | swapfile.c | 86 p = file_path(isi->file, buf, PATH_MAX); in iomap_swapfile_fail()
|
/linux-6.1.9/drivers/firmware/efi/libstub/ |
D | file.c | 69 struct efi_vendor_dev_path *dp = image->file_path; in efi_open_volume()
|
D | efistub.h | 537 void *file_path; member 552 u32 file_path; member
|
/linux-6.1.9/mm/ |
D | huge_memory.c | 3047 static int split_huge_pages_in_file(const char *file_path, pgoff_t off_start, in split_huge_pages_in_file() argument 3058 file = getname_kernel(file_path); in split_huge_pages_in_file() 3067 file_path, off_start, off_end); in split_huge_pages_in_file() 3133 char file_path[MAX_INPUT_BUF_SZ]; in split_huge_pages_write() local 3139 strcpy(file_path, tok); in split_huge_pages_write() 3150 ret = split_huge_pages_in_file(file_path, off_start, off_end); in split_huge_pages_write()
|
/linux-6.1.9/drivers/usb/gadget/function/ |
D | storage_common.c | 340 p = file_path(curlun->filp, buf, PAGE_SIZE - 1); in fsg_show_file()
|
/linux-6.1.9/fs/ |
D | open.c | 998 char *file_path(struct file *filp, char *buf, int buflen) in file_path() function 1002 EXPORT_SYMBOL(file_path);
|
D | coredump.c | 174 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()
|
D | binfmt_elf.c | 1684 filename = file_path(file, name_curpos, remaining); in fill_files_note()
|
/linux-6.1.9/drivers/block/ |
D | loop.c | 676 p = file_path(lo->lo_backing_file, buf, PAGE_SIZE - 1); in loop_attr_backing_file_show()
|
/linux-6.1.9/drivers/block/zram/ |
D | zram_drv.c | 463 p = file_path(file, buf, PAGE_SIZE - 1); in backing_dev_show()
|
/linux-6.1.9/drivers/md/ |
D | md-bitmap.c | 874 ptr = file_path(bitmap->storage.file, in md_bitmap_file_kick()
|
/linux-6.1.9/include/linux/ |
D | fs.h | 3043 extern char *file_path(struct file *, char *, int);
|