/linux/scripts/clang-tools/ |
A D | gen_compile_commands.py | 166 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/tools/testing/selftests/vm/ |
A D | ksm_tests.c | 54 static int ksm_write_sysfs(const char *file_path, unsigned long val) in ksm_write_sysfs() argument 56 FILE *f = fopen(file_path, "w"); in ksm_write_sysfs() 59 fprintf(stderr, "f %s\n", file_path); in ksm_write_sysfs() 72 static int ksm_read_sysfs(const char *file_path, unsigned long *val) in ksm_read_sysfs() argument 74 FILE *f = fopen(file_path, "r"); in ksm_read_sysfs() 77 fprintf(stderr, "f %s\n", file_path); in ksm_read_sysfs()
|
/linux/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/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 | 666 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()
|
/linux/fs/iomap/ |
A D | swapfile.c | 86 p = file_path(isi->file, buf, PATH_MAX); in iomap_swapfile_fail()
|
/linux/drivers/firmware/efi/libstub/ |
A D | efistub.h | 452 void *file_path; member 467 u32 file_path; member
|
/linux/mm/ |
A D | huge_memory.c | 3004 static int split_huge_pages_in_file(const char *file_path, pgoff_t off_start, in split_huge_pages_in_file() argument 3015 file = getname_kernel(file_path); in split_huge_pages_in_file() 3024 file_path, off_start, off_end); in split_huge_pages_in_file() 3090 char file_path[MAX_INPUT_BUF_SZ]; in split_huge_pages_write() local 3096 strcpy(file_path, tok); in split_huge_pages_write() 3107 ret = split_huge_pages_in_file(file_path, off_start, off_end); in split_huge_pages_write()
|
A D | filemap.c | 3625 path = file_path(filp, pathname, sizeof(pathname)); in dio_warn_stale_pagecache()
|
A D | memory.c | 5225 p = file_path(f, buf, PAGE_SIZE); in print_vma_addr()
|
/linux/drivers/usb/gadget/function/ |
A D | storage_common.c | 338 p = file_path(curlun->filp, buf, PAGE_SIZE - 1); in fsg_show_file()
|
A D | f_mass_storage.c | 2851 p = file_path(lun->filp, pathbuf, PATH_MAX); in fsg_common_create_lun()
|
/linux/fs/ |
A D | open.c | 942 char *file_path(struct file *filp, char *buf, int buflen) in file_path() function 946 EXPORT_SYMBOL(file_path);
|
A D | coredump.c | 172 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()
|
A D | binfmt_elf.c | 1661 filename = file_path(file, name_curpos, remaining); in fill_files_note()
|
/linux/drivers/block/ |
A D | loop.c | 666 p = file_path(lo->lo_backing_file, buf, PAGE_SIZE - 1); in loop_attr_backing_file_show()
|
/linux/drivers/block/zram/ |
A D | zram_drv.c | 462 p = file_path(file, buf, PAGE_SIZE - 1); in backing_dev_show()
|
/linux/drivers/md/ |
A D | md-bitmap.c | 873 ptr = file_path(bitmap->storage.file, in md_bitmap_file_kick()
|
A D | md.c | 6647 ptr = file_path(mddev->bitmap_info.file, file->pathname, in get_bitmap_file()
|
/linux/include/linux/ |
A D | fs.h | 3101 extern char *file_path(struct file *, char *, int);
|
/linux/fs/ext4/ |
A D | super.c | 815 path = file_path(file, pathname, sizeof(pathname)); in __ext4_error_file()
|
/linux/kernel/events/ |
A D | core.c | 8368 name = file_path(file, buf, PATH_MAX - sizeof(u64)); in perf_event_mmap_event()
|
/linux/ |
A D | vmlinux.symvers | 2849 0x00000000 file_path vmlinux EXPORT_SYMBOL
|
A D | System.map | 8384 ffff800010242040 T file_path
|
A D | .tmp_System.map | 8384 ffff800010242040 T file_path
|