Home
last modified time | relevance | path

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

12

/kernel/linux/common_modules/tzdriver/tlogger/
Dtlogger.h34 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()
Dtlogger.c1019 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/
Dtz_update_crl.c125 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()
Dtz_update_crl.h21 int tz_update_crl(const char *file_path, const struct tc_ns_dev_file *dev_file);
/kernel/linux/linux-5.10/drivers/staging/hievent/
Dhiview_hievent.c243 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()
Dhiview_hievent.h21 char *file_path[MAX_PATH_NUMBER]; member
/kernel/linux/linux-5.10/scripts/clang-tools/
Dgen_compile_commands.py158 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/
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()
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_server.c296 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 …]
Dhmdfs_trace.h731 __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/
Dmem_analysis.py217 def parse_map(file_path): argument
225 with open(file_path, "r") as f:
/kernel/linux/linux-5.10/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.c642 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()
/kernel/uniproton/cmake/common/build_auxiliary_script/
DKconfig2macro.py44 file_path, file_name = os.path.split(out_file)
/kernel/linux/common_modules/xpm/validator/
Dexec_signature_info.c142 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/
Defistub.h452 void *file_path; member
467 u32 file_path; member
/kernel/linux/common_modules/code_sign/
Dcode_sign_elf.c212 char *real_path = file_path(file, path_buf, PATH_MAX - 1); in elf_file_enable_fs_verity()
/kernel/linux/common_modules/xpm/core/
Dxpm_report.c64 filename = file_path(file, buffer, sizeof(info->filename) - 1); in xpm_set_filename()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Dstorage_common.c340 p = file_path(curlun->filp, buf, PAGE_SIZE - 1); in fsg_show_file()
/kernel/linux/linux-5.10/fs/
Dopen.c916 char *file_path(struct file *filp, char *buf, int buflen) in file_path() function
920 EXPORT_SYMBOL(file_path);
Dcoredump.c176 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()
Dbinfmt_elf.c1680 filename = file_path(file, name_curpos, remaining); in fill_files_note()
/kernel/linux/linux-5.10/drivers/block/zram/
Dzram_drv.c381 p = file_path(file, buf, PAGE_SIZE - 1); in backing_dev_show()
/kernel/linux/linux-5.10/drivers/block/
Dloop.c783 p = file_path(lo->lo_backing_file, buf, PAGE_SIZE - 1); in loop_attr_backing_file_show()
/kernel/linux/linux-5.10/mm/
Dfilemap.c3179 path = file_path(filp, pathname, sizeof(pathname)); in dio_warn_stale_pagecache()

12