Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dcgroup_helpers.c124 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 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.3-rc2/tools/perf/util/
A Dordered-events.h12 const char *file_path; member
57 u64 timestamp, u64 file_offset, const char *file_path);
A Dsession.c44 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 Dsession.h57 const char *file_path; member
93 u64 timestamp, u64 file_offset, const char *file_path);
A 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.3-rc2/tools/testing/selftests/mm/
A Dksm_tests.c47 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 Dautomata.py22 def __init__(self, file_path): argument
23 self.__dot_path = file_path
A Ddot2k.py20 def __init__(self, file_path, MonitorType): argument
21 super().__init__(file_path)
A Ddot2c.py25 def __init__(self, file_path): argument
26 super().__init__(file_path)
/linux-6.3-rc2/arch/arc/kernel/
A 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.3-rc2/lib/
A 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");
A Dstring_helpers.c711 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()
/linux-6.3-rc2/fs/iomap/
A Dswapfile.c86 p = file_path(isi->file, buf, PATH_MAX); in iomap_swapfile_fail()
/linux-6.3-rc2/mm/
A Dhuge_memory.c3068 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 Dfilemap.c3797 path = file_path(filp, pathname, sizeof(pathname)); in dio_warn_stale_pagecache()
/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Defistub.h584 void *file_path; member
599 u32 file_path; member
/linux-6.3-rc2/drivers/usb/gadget/function/
A Dstorage_common.c341 p = file_path(curlun->filp, buf, PAGE_SIZE - 1); in fsg_show_file()
/linux-6.3-rc2/fs/
A Dopen.c1036 char *file_path(struct file *filp, char *buf, int buflen) in file_path() function
1040 EXPORT_SYMBOL(file_path);
A Dcoredump.c177 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()
A Dbinfmt_elf.c1683 filename = file_path(file, name_curpos, remaining); in fill_files_note()
/linux-6.3-rc2/drivers/block/
A Dloop.c676 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 Dzram_drv.c479 p = file_path(file, buf, PAGE_SIZE - 1); in backing_dev_show()
/linux-6.3-rc2/drivers/md/
A Dmd-bitmap.c874 ptr = file_path(bitmap->storage.file, in md_bitmap_file_kick()
/linux-6.3-rc2/include/linux/
A Dfs.h2598 extern char *file_path(struct file *, char *, int);

Completed in 84 milliseconds

12