Searched refs:file_path (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.10/scripts/clang-tools/ |
D | gen_compile_commands.py | 157 def process_line(root_directory, command_prefix, file_path): argument 181 abs_path = os.path.abspath(os.path.join(root_directory, file_path)) 187 'command': prefix + file_path,
|
/Linux-v5.10/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-v5.10/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 | 642 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()
|
/Linux-v5.10/drivers/firmware/efi/libstub/ |
D | efistub.h | 452 void *file_path; member 467 u32 file_path; member
|
/Linux-v5.10/drivers/usb/gadget/function/ |
D | storage_common.c | 338 p = file_path(curlun->filp, buf, PAGE_SIZE - 1); in fsg_show_file()
|
D | f_mass_storage.c | 2800 p = file_path(lun->filp, pathbuf, PATH_MAX); in fsg_common_create_lun()
|
/Linux-v5.10/fs/ |
D | open.c | 916 char *file_path(struct file *filp, char *buf, int buflen) in file_path() function 920 EXPORT_SYMBOL(file_path);
|
D | coredump.c | 172 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()
|
D | binfmt_elf.c | 1643 filename = file_path(file, name_curpos, remaining); in fill_files_note()
|
/Linux-v5.10/drivers/block/zram/ |
D | zram_drv.c | 435 p = file_path(file, buf, PAGE_SIZE - 1); in backing_dev_show()
|
/Linux-v5.10/drivers/block/ |
D | loop.c | 796 p = file_path(lo->lo_backing_file, buf, PAGE_SIZE - 1); in loop_attr_backing_file_show()
|
/Linux-v5.10/mm/ |
D | filemap.c | 3175 path = file_path(filp, pathname, sizeof(pathname)); in dio_warn_stale_pagecache()
|
D | memory.c | 5005 p = file_path(f, buf, PAGE_SIZE); in print_vma_addr()
|
/Linux-v5.10/drivers/md/ |
D | md-bitmap.c | 873 ptr = file_path(bitmap->storage.file, in md_bitmap_file_kick()
|
D | md.c | 6664 ptr = file_path(mddev->bitmap_info.file, file->pathname, in get_bitmap_file()
|
/Linux-v5.10/include/linux/ |
D | fs.h | 2863 extern char *file_path(struct file *, char *, int);
|
/Linux-v5.10/fs/ext4/ |
D | super.c | 775 path = file_path(file, pathname, sizeof(pathname)); in __ext4_error_file()
|
/Linux-v5.10/kernel/events/ |
D | core.c | 8061 name = file_path(file, buf, PATH_MAX - sizeof(u64)); in perf_event_mmap_event()
|