Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.1.9/tools/testing/selftests/bpf/
Dcgroup_helpers.c123 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/
Dgen_compile_commands.py152 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/
Dordered-events.h12 const char *file_path; member
57 u64 timestamp, u64 file_offset, const char *file_path);
Dsession.c43 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 …]
Dsession.h55 const char *file_path; member
91 u64 timestamp, u64 file_offset, const char *file_path);
Dordered-events.c195 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/
Dksm_tests.c46 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/
Dautomata.py22 def __init__(self, file_path): argument
23 self.__dot_path = file_path
Ddot2k.py20 def __init__(self, file_path, MonitorType): argument
21 super().__init__(file_path)
Ddot2c.py25 def __init__(self, file_path): argument
26 super().__init__(file_path)
/linux-6.1.9/arch/arc/kernel/
Dtroubleshoot.c69 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/
Dtest_lockup.c147 module_param_string(file_path, test_file_path, sizeof(test_file_path), 0400);
148 MODULE_PARM_DESC(file_path, "file path to test");
Dstring_helpers.c711 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()
/linux-6.1.9/fs/iomap/
Dswapfile.c86 p = file_path(isi->file, buf, PATH_MAX); in iomap_swapfile_fail()
/linux-6.1.9/drivers/firmware/efi/libstub/
Dfile.c69 struct efi_vendor_dev_path *dp = image->file_path; in efi_open_volume()
Defistub.h537 void *file_path; member
552 u32 file_path; member
/linux-6.1.9/mm/
Dhuge_memory.c3047 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/
Dstorage_common.c340 p = file_path(curlun->filp, buf, PAGE_SIZE - 1); in fsg_show_file()
/linux-6.1.9/fs/
Dopen.c998 char *file_path(struct file *filp, char *buf, int buflen) in file_path() function
1002 EXPORT_SYMBOL(file_path);
Dcoredump.c174 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()
Dbinfmt_elf.c1684 filename = file_path(file, name_curpos, remaining); in fill_files_note()
/linux-6.1.9/drivers/block/
Dloop.c676 p = file_path(lo->lo_backing_file, buf, PAGE_SIZE - 1); in loop_attr_backing_file_show()
/linux-6.1.9/drivers/block/zram/
Dzram_drv.c463 p = file_path(file, buf, PAGE_SIZE - 1); in backing_dev_show()
/linux-6.1.9/drivers/md/
Dmd-bitmap.c874 ptr = file_path(bitmap->storage.file, in md_bitmap_file_kick()
/linux-6.1.9/include/linux/
Dfs.h3043 extern char *file_path(struct file *, char *, int);

12