Home
last modified time | relevance | path

Searched refs:pathbuf (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/security/integrity/ima/
Dima_main.c85 char **pathbuf, const char **pathname, in mmap_violation_check() argument
96 if (!*pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in mmap_violation_check()
97 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check()
118 char **pathbuf, in ima_rdwr_violation_check() argument
145 *pathname = ima_d_path(&file->f_path, pathbuf, filename); in ima_rdwr_violation_check()
213 char *pathbuf = NULL; in process_measurement() local
257 &pathbuf, &pathname, filename); in process_measurement()
315 rc = mmap_violation_check(func, file, &pathbuf, in process_measurement()
349 if (!pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in process_measurement()
350 pathname = ima_d_path(&file->f_path, &pathbuf, filename); in process_measurement()
[all …]
Dima_api.c427 const char *ima_d_path(const struct path *path, char **pathbuf, char *namebuf) in ima_d_path() argument
431 *pathbuf = __getname(); in ima_d_path()
432 if (*pathbuf) { in ima_d_path()
433 pathname = d_absolute_path(path, *pathbuf, PATH_MAX); in ima_d_path()
435 __putname(*pathbuf); in ima_d_path()
436 *pathbuf = NULL; in ima_d_path()
Dima_appraise.c709 char *path = NULL, *pathbuf = NULL; in validate_hash_algo() local
738 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL); in validate_hash_algo()
739 if (!pathbuf) in validate_hash_algo()
742 path = dentry_path(dentry, pathbuf, PATH_MAX); in validate_hash_algo()
747 kfree(pathbuf); in validate_hash_algo()
Dima.h286 const char *ima_d_path(const struct path *path, char **pathbuf, char *filename);
/Linux-v6.6/drivers/firmware/tegra/
Dbpmp-debugfs.c412 char *buf, *pathbuf; in bpmp_populate_debugfs_inband() local
423 pathbuf = kzalloc(pathlen, GFP_KERNEL); in bpmp_populate_debugfs_inband()
424 if (!pathbuf) { in bpmp_populate_debugfs_inband()
453 len = snprintf(pathbuf, pathlen, "%s%s/", ppath, name); in bpmp_populate_debugfs_inband()
460 pathbuf); in bpmp_populate_debugfs_inband()
478 kfree(pathbuf); in bpmp_populate_debugfs_inband()
/Linux-v6.6/kernel/cgroup/
Dcgroup-v1.c784 char *pathbuf, *agentbuf; in cgroup1_release_agent() local
793 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL); in cgroup1_release_agent()
795 if (!pathbuf || !agentbuf) in cgroup1_release_agent()
804 ret = cgroup_path_ns(cgrp, pathbuf, PATH_MAX, &init_cgroup_ns); in cgroup1_release_agent()
809 argv[1] = pathbuf; in cgroup1_release_agent()
820 kfree(pathbuf); in cgroup1_release_agent()
/Linux-v6.6/fs/
Dcoredump.c164 char *pathbuf, *path, *ptr; in cn_print_exe_file() local
171 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL); in cn_print_exe_file()
172 if (!pathbuf) { in cn_print_exe_file()
177 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()
191 kfree(pathbuf); in cn_print_exe_file()
/Linux-v6.6/drivers/usb/gadget/function/
Df_mass_storage.c2860 char *pathbuf = NULL, *p = "(no medium)"; in fsg_common_create_lun() local
2912 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL); in fsg_common_create_lun()
2913 if (pathbuf) { in fsg_common_create_lun()
2914 p = file_path(lun->filp, pathbuf, PATH_MAX); in fsg_common_create_lun()
2924 kfree(pathbuf); in fsg_common_create_lun()
/Linux-v6.6/include/trace/events/
Df2fs.h2222 __string(pathbuf, pathname)
2237 __assign_str(pathbuf, pathname);
2238 (void)strreplace(__get_str(pathbuf), ' ', '_');
2250 __get_str(pathbuf), __entry->offset, __entry->bytes,