pathbuf          2743 drivers/usb/gadget/function/f_mass_storage.c 	char *pathbuf, *p;
pathbuf          2795 drivers/usb/gadget/function/f_mass_storage.c 	pathbuf = kmalloc(PATH_MAX, GFP_KERNEL);
pathbuf          2799 drivers/usb/gadget/function/f_mass_storage.c 		if (pathbuf) {
pathbuf          2800 drivers/usb/gadget/function/f_mass_storage.c 			p = file_path(lun->filp, pathbuf, PATH_MAX);
pathbuf          2810 drivers/usb/gadget/function/f_mass_storage.c 	kfree(pathbuf);
pathbuf           159 fs/coredump.c  	char *pathbuf, *path;
pathbuf           166 fs/coredump.c  	pathbuf = kmalloc(PATH_MAX, GFP_KERNEL);
pathbuf           167 fs/coredump.c  	if (!pathbuf) {
pathbuf           172 fs/coredump.c  	path = file_path(exe_file, pathbuf, PATH_MAX);
pathbuf           181 fs/coredump.c  	kfree(pathbuf);
pathbuf          1723 fs/exec.c      	char *pathbuf = NULL;
pathbuf          1778 fs/exec.c      			pathbuf = kasprintf(GFP_KERNEL, "/dev/fd/%d", fd);
pathbuf          1780 fs/exec.c      			pathbuf = kasprintf(GFP_KERNEL, "/dev/fd/%d/%s",
pathbuf          1782 fs/exec.c      		if (!pathbuf) {
pathbuf          1793 fs/exec.c      		bprm->filename = pathbuf;
pathbuf          1833 fs/exec.c      	kfree(pathbuf);
pathbuf          1852 fs/exec.c      	kfree(pathbuf);
pathbuf           779 kernel/cgroup/cgroup-v1.c 	char *pathbuf = NULL, *agentbuf = NULL;
pathbuf           785 kernel/cgroup/cgroup-v1.c 	pathbuf = kmalloc(PATH_MAX, GFP_KERNEL);
pathbuf           787 kernel/cgroup/cgroup-v1.c 	if (!pathbuf || !agentbuf || !strlen(agentbuf))
pathbuf           791 kernel/cgroup/cgroup-v1.c 	ret = cgroup_path_ns_locked(cgrp, pathbuf, PATH_MAX, &init_cgroup_ns);
pathbuf           797 kernel/cgroup/cgroup-v1.c 	argv[1] = pathbuf;
pathbuf           812 kernel/cgroup/cgroup-v1.c 	kfree(pathbuf);
pathbuf           229 security/integrity/ima/ima.h const char *ima_d_path(const struct path *path, char **pathbuf, char *filename);
pathbuf           384 security/integrity/ima/ima_api.c const char *ima_d_path(const struct path *path, char **pathbuf, char *namebuf)
pathbuf           388 security/integrity/ima/ima_api.c 	*pathbuf = __getname();
pathbuf           389 security/integrity/ima/ima_api.c 	if (*pathbuf) {
pathbuf           390 security/integrity/ima/ima_api.c 		pathname = d_absolute_path(path, *pathbuf, PATH_MAX);
pathbuf           392 security/integrity/ima/ima_api.c 			__putname(*pathbuf);
pathbuf           393 security/integrity/ima/ima_api.c 			*pathbuf = NULL;
pathbuf            77 security/integrity/ima/ima_main.c 				char **pathbuf, const char **pathname,
pathbuf            87 security/integrity/ima/ima_main.c 		if (!*pathbuf)	/* ima_rdwr_violation possibly pre-fetched */
pathbuf            88 security/integrity/ima/ima_main.c 			*pathname = ima_d_path(&file->f_path, pathbuf,
pathbuf           109 security/integrity/ima/ima_main.c 				     char **pathbuf,
pathbuf           136 security/integrity/ima/ima_main.c 	*pathname = ima_d_path(&file->f_path, pathbuf, filename);
pathbuf           199 security/integrity/ima/ima_main.c 	char *pathbuf = NULL;
pathbuf           240 security/integrity/ima/ima_main.c 					 &pathbuf, &pathname, filename);
pathbuf           297 security/integrity/ima/ima_main.c 			rc = mmap_violation_check(func, file, &pathbuf,
pathbuf           330 security/integrity/ima/ima_main.c 	if (!pathbuf)	/* ima_rdwr_violation possibly pre-fetched */
pathbuf           331 security/integrity/ima/ima_main.c 		pathname = ima_d_path(&file->f_path, &pathbuf, filename);
pathbuf           343 security/integrity/ima/ima_main.c 			rc = mmap_violation_check(func, file, &pathbuf,
pathbuf           359 security/integrity/ima/ima_main.c 	if (pathbuf)
pathbuf           360 security/integrity/ima/ima_main.c 		__putname(pathbuf);