/kernel/linux/linux-5.10/drivers/staging/hievent/ |
D | hiview_hievent.c | 243 return append_array_item(event->file_path, MAX_PATH_NUMBER, path); in hievent_add_filepath() 395 if (!event->file_path[i]) in hievent_convert_string() 398 tmplen = snprintf(tmp, len - 1, " -i %s", event->file_path[i]); in hievent_convert_string() 483 kfree(event->file_path[i]); in hievent_destroy() 484 event->file_path[i] = NULL; in hievent_destroy()
|
D | hiview_hievent.h | 21 char *file_path[MAX_PATH_NUMBER]; member
|
/kernel/linux/linux-5.10/scripts/clang-tools/ |
D | gen_compile_commands.py | 158 def process_line(root_directory, command_prefix, file_path): argument 182 abs_path = os.path.abspath(os.path.join(root_directory, file_path)) 188 'command': prefix + file_path,
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | hmdfs_trace.h | 669 __array(char, file_path, MAX_FILTER_STR_VAL) 688 strlcpy(__entry->file_path, file->f_path.dentry->d_name.name, 709 __entry->file_path, __entry->file_id, __entry->file_ver, 754 __array(char, file_path, MAX_FILTER_STR_VAL) 768 strlcpy(__entry->file_path, 772 strlcpy(__entry->file_path, "null", MAX_FILTER_STR_VAL); 786 __entry->file_path, __entry->src_path,
|
D | hmdfs_server.c | 245 struct path file_path; in check_sec_level() local 268 &file_path); in check_sec_level() 275 err = vfs_getxattr(file_path.dentry, DATA_SEC_LEVEL_LABEL, value, in check_sec_level() 284 path_put(&file_path); in check_sec_level() 1767 char *file_path = recv->buf; in hmdfs_server_getxattr() local 1782 file_path, 0, &path); in hmdfs_server_getxattr() 1823 const char *file_path = NULL; in hmdfs_server_setxattr() local 1834 file_path = recv->buf; in hmdfs_server_setxattr() 1838 file_path, 0, &path); in hmdfs_server_setxattr() 1865 const char *file_path = NULL; in hmdfs_server_listxattr() local [all …]
|
/kernel/linux/common_modules/xpm/validator/ |
D | exec_signature_info.c | 125 full_path = file_path(file, path, PATH_MAX-1); in find_partition_dev() 154 full_path = file_path(file, path, PATH_MAX - 1); in dm_verity_check_for_path() 413 full_path = file_path(file, path, PATH_MAX - 1); in test_print_info()
|
/kernel/liteos_m/tools/ |
D | mem_analysis.py | 217 def parse_map(file_path): argument 225 with open(file_path, "r") as f:
|
/kernel/linux/linux-5.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()
|
/kernel/uniproton/cmake/common/build_auxiliary_script/ |
D | Kconfig2macro.py | 44 file_path, file_name = os.path.split(out_file)
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
D | efistub.h | 452 void *file_path; member 467 u32 file_path; member
|
/kernel/linux/common_modules/xpm/core/ |
D | xpm_hck.c | 102 full_path = file_path(file, path, PATH_MAX - 1); in xpm_check_signature_error()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | storage_common.c | 340 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()
|
/kernel/linux/linux-5.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 | 176 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()
|
D | binfmt_elf.c | 1680 filename = file_path(file, name_curpos, remaining); in fill_files_note()
|
/kernel/linux/linux-5.10/drivers/block/zram/ |
D | zram_drv.c | 381 p = file_path(file, buf, PAGE_SIZE - 1); in backing_dev_show()
|
/kernel/linux/linux-5.10/drivers/block/ |
D | loop.c | 783 p = file_path(lo->lo_backing_file, buf, PAGE_SIZE - 1); in loop_attr_backing_file_show()
|
/kernel/linux/linux-5.10/mm/ |
D | filemap.c | 3179 path = file_path(filp, pathname, sizeof(pathname)); in dio_warn_stale_pagecache()
|
D | memory.c | 5184 p = file_path(f, buf, PAGE_SIZE); in print_vma_addr()
|
/kernel/linux/linux-5.10/drivers/md/ |
D | md-bitmap.c | 875 ptr = file_path(bitmap->storage.file, in md_bitmap_file_kick()
|
/kernel/linux/linux-5.10/include/linux/ |
D | fs.h | 2891 extern char *file_path(struct file *, char *, int);
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | super.c | 804 path = file_path(file, pathname, sizeof(pathname)); in __ext4_error_file()
|