Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/clang-tools/
Dgen_compile_commands.py166 def process_line(root_directory, command_prefix, file_path): argument
190 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
196 'command': prefix + file_path,
/Linux-v5.15/tools/testing/selftests/vm/
Dksm_tests.c40 static int ksm_write_sysfs(const char *file_path, unsigned long val) in ksm_write_sysfs() argument
42 FILE *f = fopen(file_path, "w"); in ksm_write_sysfs()
45 fprintf(stderr, "f %s\n", file_path); in ksm_write_sysfs()
58 static int ksm_read_sysfs(const char *file_path, unsigned long *val) in ksm_read_sysfs() argument
60 FILE *f = fopen(file_path, "r"); in ksm_read_sysfs()
63 fprintf(stderr, "f %s\n", file_path); in ksm_read_sysfs()
/Linux-v5.15/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-v5.15/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.c666 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()
/Linux-v5.15/fs/iomap/
Dswapfile.c86 p = file_path(isi->file, buf, PATH_MAX); in iomap_swapfile_fail()
/Linux-v5.15/drivers/firmware/efi/libstub/
Defistub.h452 void *file_path; member
467 u32 file_path; member
/Linux-v5.15/mm/
Dhuge_memory.c3003 static int split_huge_pages_in_file(const char *file_path, pgoff_t off_start, in split_huge_pages_in_file() argument
3014 file = getname_kernel(file_path); in split_huge_pages_in_file()
3023 file_path, off_start, off_end); in split_huge_pages_in_file()
3089 char file_path[MAX_INPUT_BUF_SZ]; in split_huge_pages_write() local
3095 strcpy(file_path, tok); in split_huge_pages_write()
3106 ret = split_huge_pages_in_file(file_path, off_start, off_end); in split_huge_pages_write()
Dfilemap.c3619 path = file_path(filp, pathname, sizeof(pathname)); in dio_warn_stale_pagecache()
Dmemory.c5243 p = file_path(f, buf, PAGE_SIZE); in print_vma_addr()
/Linux-v5.15/drivers/usb/gadget/function/
Dstorage_common.c338 p = file_path(curlun->filp, buf, PAGE_SIZE - 1); in fsg_show_file()
Df_mass_storage.c2768 p = file_path(lun->filp, pathbuf, PATH_MAX); in fsg_common_create_lun()
/Linux-v5.15/fs/
Dopen.c930 char *file_path(struct file *filp, char *buf, int buflen) in file_path() function
934 EXPORT_SYMBOL(file_path);
Dcoredump.c172 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()
Dbinfmt_elf.c1648 filename = file_path(file, name_curpos, remaining); in fill_files_note()
/Linux-v5.15/drivers/block/zram/
Dzram_drv.c432 p = file_path(file, buf, PAGE_SIZE - 1); in backing_dev_show()
/Linux-v5.15/drivers/block/
Dloop.c842 p = file_path(lo->lo_backing_file, buf, PAGE_SIZE - 1); in loop_attr_backing_file_show()
/Linux-v5.15/drivers/md/
Dmd-bitmap.c873 ptr = file_path(bitmap->storage.file, in md_bitmap_file_kick()
Dmd.c6633 ptr = file_path(mddev->bitmap_info.file, file->pathname, in get_bitmap_file()
/Linux-v5.15/include/linux/
Dfs.h3101 extern char *file_path(struct file *, char *, int);
/Linux-v5.15/fs/ext4/
Dsuper.c810 path = file_path(file, pathname, sizeof(pathname)); in __ext4_error_file()
/Linux-v5.15/kernel/events/
Dcore.c8368 name = file_path(file, buf, PATH_MAX - sizeof(u64)); in perf_event_mmap_event()