/kernel/linux/common_modules/tzdriver/tlogger/ |
D | tlogger.h | 34 int tlogger_store_msg(const char *file_path, uint32_t file_path_len); 49 static inline int tlogger_store_msg(const char *file_path, uint32_t file_path_len) in tlogger_store_msg() argument 51 (void)file_path; in tlogger_store_msg()
|
D | tlogger.c | 1019 static int tlogger_chown(const char *file_path, uint32_t file_path_len) in tlogger_chown() argument 1021 (void)file_path; in tlogger_chown() 1027 static int tlogger_chown(const char *file_path, uint32_t file_path_len) in tlogger_chown() argument 1044 ret = (int)ksys_chown((const char __user *)file_path, user, group); in tlogger_chown() 1046 ret = (int)sys_chown((const char __user *)file_path, user, group); in tlogger_chown() 1189 const char *file_path, uint32_t file_path_len) in get_msg_buffer() argument 1207 if (strcmp(file_path, CONFIG_TEE_LOG_DUMP_PATH) == 0) { in get_msg_buffer() 1216 (void)file_path; in get_msg_buffer() 1243 const char *file_path, uint32_t file_path_len) in open_msg_file() argument 1248 filep = filp_open(file_path, O_CREAT | O_RDWR | O_TRUNC, OPEN_FILE_MODE); in open_msg_file() [all …]
|
/kernel/linux/common_modules/tzdriver/core/ |
D | tz_update_crl.c | 125 static struct file *crl_file_open(const char *file_path) in crl_file_open() argument 136 ret = kern_path(file_path, LOOKUP_FOLLOW, &base_path); in crl_file_open() 151 int tz_update_crl(const char *file_path, const struct tc_ns_dev_file *dev_file) in tz_update_crl() argument 160 if (!dev_file || !file_path) { in tz_update_crl() 165 fp = crl_file_open(file_path); in tz_update_crl()
|
D | tz_update_crl.h | 21 int tz_update_crl(const char *file_path, const struct tc_ns_dev_file *dev_file);
|
/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_server.c | 296 struct path file_path; in check_sec_level() local 319 &file_path); in check_sec_level() 326 err = vfs_getxattr(file_path.dentry, DATA_SEC_LEVEL_LABEL, value, in check_sec_level() 335 path_put(&file_path); in check_sec_level() 750 char *file_path = recv->buf; in hmdfs_server_atomic_open() local 753 if (path_contain_dotdot(file_path, recv->path_len)) { in hmdfs_server_atomic_open() 1918 char *file_path = recv->buf; in hmdfs_server_getxattr() local 1922 if (path_contain_dotdot(file_path, recv->path_len)) { in hmdfs_server_getxattr() 1944 file_path, 0, &path); in hmdfs_server_getxattr() 1985 const char *file_path = recv->buf; in hmdfs_server_setxattr() local [all …]
|
D | hmdfs_trace.h | 731 __array(char, file_path, MAX_FILTER_STR_VAL) 750 strlcpy(__entry->file_path, file->f_path.dentry->d_name.name, 771 __entry->file_path, __entry->file_id, __entry->file_ver, 816 __array(char, file_path, MAX_FILTER_STR_VAL) 830 strlcpy(__entry->file_path, 834 strlcpy(__entry->file_path, "null", MAX_FILTER_STR_VAL); 848 __entry->file_path, __entry->src_path,
|
/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/common_modules/xpm/validator/ |
D | exec_signature_info.c | 142 full_path = file_path(file, path, PATH_MAX-1); in find_partition_dev() 428 full_path = file_path(file, path, PATH_MAX - 1); in test_print_info()
|
/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/code_sign/ |
D | code_sign_elf.c | 212 char *real_path = file_path(file, path_buf, PATH_MAX - 1); in elf_file_enable_fs_verity()
|
/kernel/linux/common_modules/xpm/core/ |
D | xpm_report.c | 64 filename = file_path(file, buffer, sizeof(info->filename) - 1); in xpm_set_filename()
|
/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()
|
/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()
|