Home
last modified time | relevance | path

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

12

/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_trace.h669 __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,
Dhmdfs_server.c245 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/
Dexec_signature_info.c125 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/
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/linux-5.10/drivers/firmware/efi/libstub/
Defistub.h452 void *file_path; member
467 u32 file_path; member
/kernel/linux/common_modules/xpm/core/
Dxpm_hck.c102 full_path = file_path(file, path, PATH_MAX - 1); in xpm_check_signature_error()
/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()
Df_mass_storage.c2800 p = file_path(lun->filp, pathbuf, PATH_MAX); in fsg_common_create_lun()
/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()
Dmemory.c5184 p = file_path(f, buf, PAGE_SIZE); in print_vma_addr()
/kernel/linux/linux-5.10/drivers/md/
Dmd-bitmap.c875 ptr = file_path(bitmap->storage.file, in md_bitmap_file_kick()
/kernel/linux/linux-5.10/include/linux/
Dfs.h2891 extern char *file_path(struct file *, char *, int);
/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c804 path = file_path(file, pathname, sizeof(pathname)); in __ext4_error_file()

12