file_path          76 arch/arc/kernel/troubleshoot.c 		path_nm = file_path(exe_file, buf, ARC_PATH_MAX-1);
file_path         103 arch/arc/kernel/troubleshoot.c 			nm = file_path(vma->vm_file, buf, ARC_PATH_MAX-1);
file_path         780 drivers/block/loop.c 		p = file_path(lo->lo_backing_file, buf, PAGE_SIZE - 1);
file_path         429 drivers/block/zram/zram_drv.c 	p = file_path(file, buf, PAGE_SIZE - 1);
file_path         876 drivers/md/md-bitmap.c 				ptr = file_path(bitmap->storage.file,
file_path        6436 drivers/md/md.c 		ptr = file_path(mddev->bitmap_info.file, file->pathname,
file_path        2800 drivers/usb/gadget/function/f_mass_storage.c 			p = file_path(lun->filp, pathbuf, PATH_MAX);
file_path         338 drivers/usb/gadget/function/storage_common.c 		p = file_path(curlun->filp, buf, PAGE_SIZE - 1);
file_path        1615 fs/binfmt_elf.c 		filename = file_path(file, name_curpos, remaining);
file_path         172 fs/coredump.c  	path = file_path(exe_file, pathbuf, PATH_MAX);
file_path         235 fs/direct-io.c 		path = file_path(filp, pathname, sizeof(pathname));
file_path         571 fs/ext4/super.c 		path = file_path(file, pathname, sizeof(pathname));
file_path         900 fs/open.c      EXPORT_SYMBOL(file_path);
file_path         818 include/linux/efi.h 	u32 file_path;
file_path         834 include/linux/efi.h 	u64 file_path;
file_path         850 include/linux/efi.h 	void *file_path;
file_path        3013 include/linux/fs.h extern char *file_path(struct file *, char *, int);
file_path        7488 kernel/events/core.c 		name = file_path(file, buf, PATH_MAX - sizeof(u64));
file_path         642 lib/string_helpers.c 	pathname = file_path(file, temp, PATH_MAX + 11);
file_path        4438 mm/memory.c    			p = file_path(f, buf, PAGE_SIZE);