| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_main.c | 81 char **pathbuf, const char **pathname, in mmap_violation_check() argument 91 if (!*pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in mmap_violation_check() 92 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check() 113 char **pathbuf, in ima_rdwr_violation_check() argument 140 *pathname = ima_d_path(&file->f_path, pathbuf, filename); in ima_rdwr_violation_check() 203 char *pathbuf = NULL; in process_measurement() local 244 &pathbuf, &pathname, filename); in process_measurement() 301 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement() 334 if (!pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in process_measurement() 335 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in process_measurement() [all …]
|
| H A D | ima_api.c | 387 const char *ima_d_path(const struct path *path, char **pathbuf, char *namebuf) in ima_d_path() argument 391 *pathbuf = __getname(); in ima_d_path() 392 if (*pathbuf) { in ima_d_path() 393 pathname = d_absolute_path(path, *pathbuf, PATH_MAX); in ima_d_path() 395 __putname(*pathbuf); in ima_d_path() 396 *pathbuf = NULL; in ima_d_path()
|
| H A D | ima.h | 280 const char *ima_d_path(const struct path *path, char **pathbuf, char *filename);
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | android_fs_template.h | 11 __string(pathbuf, pathname) 26 __assign_str(pathbuf, pathname); 27 (void)strreplace(__get_str(pathbuf), ' ', '_'); 39 __get_str(pathbuf), __entry->offset, __entry->bytes,
|
| /OK3568_Linux_fs/kernel/drivers/firmware/tegra/ |
| H A D | bpmp-debugfs.c | 382 char *buf, *pathbuf; in bpmp_populate_debugfs_inband() local 393 pathbuf = kzalloc(pathlen, GFP_KERNEL); in bpmp_populate_debugfs_inband() 394 if (!pathbuf) { in bpmp_populate_debugfs_inband() 423 len = snprintf(pathbuf, pathlen, "%s%s/", ppath, name); in bpmp_populate_debugfs_inband() 430 pathbuf); in bpmp_populate_debugfs_inband() 448 kfree(pathbuf); in bpmp_populate_debugfs_inband()
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | cgroup-v1.c | 793 char *pathbuf, *agentbuf; in cgroup1_release_agent() local 802 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL); in cgroup1_release_agent() 804 if (!pathbuf || !agentbuf) in cgroup1_release_agent() 813 ret = cgroup_path_ns(cgrp, pathbuf, PATH_MAX, &init_cgroup_ns); in cgroup1_release_agent() 818 argv[1] = pathbuf; in cgroup1_release_agent() 829 kfree(pathbuf); in cgroup1_release_agent()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | coredump.c | 160 char *pathbuf, *path, *ptr; in cn_print_exe_file() local 167 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL); in cn_print_exe_file() 168 if (!pathbuf) { in cn_print_exe_file() 173 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file() 187 kfree(pathbuf); in cn_print_exe_file()
|
| H A D | mpage.c | 85 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in mpage_bio_submit() local 87 path = android_fstrace_get_pathname(pathbuf, in mpage_bio_submit()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | readpage.c | 246 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_submit_bio_read() local 248 path = android_fstrace_get_pathname(pathbuf, in ext4_submit_bio_read()
|
| H A D | inline.c | 513 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_readpage_inline() local 515 path = android_fstrace_get_pathname(pathbuf, in ext4_readpage_inline()
|
| H A D | inode.c | 1150 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_write_begin() local 1152 path = android_fstrace_get_pathname(pathbuf, in ext4_write_begin() 3027 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in ext4_da_write_begin() local 3029 path = android_fstrace_get_pathname(pathbuf, in ext4_da_write_begin()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | inline.c | 110 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in f2fs_read_inline_data() local 112 path = android_fstrace_get_pathname(pathbuf, in f2fs_read_inline_data()
|
| H A D | data.c | 3397 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in f2fs_write_begin() local 3399 path = android_fstrace_get_pathname(pathbuf, in f2fs_write_begin() 3672 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in f2fs_direct_IO() local 3674 path = android_fstrace_get_pathname(pathbuf, in f2fs_direct_IO() 3683 char *path, pathbuf[MAX_TRACE_PATHBUF_LEN]; in f2fs_direct_IO() local 3685 path = android_fstrace_get_pathname(pathbuf, in f2fs_direct_IO()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.c | 2800 char *pathbuf, *p; in fsg_common_create_lun() local 2852 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL); in fsg_common_create_lun() 2856 if (pathbuf) { in fsg_common_create_lun() 2857 p = file_path(lun->filp, pathbuf, PATH_MAX); in fsg_common_create_lun() 2867 kfree(pathbuf); in fsg_common_create_lun()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 724 char pathbuf[BUFSIZ];
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |