kernel_type        94 fs/compat.c    	char *kernel_type;
kernel_type        99 fs/compat.c    	kernel_type = copy_mount_string(type);
kernel_type       100 fs/compat.c    	retval = PTR_ERR(kernel_type);
kernel_type       101 fs/compat.c    	if (IS_ERR(kernel_type))
kernel_type       114 fs/compat.c    	if (kernel_type && options) {
kernel_type       115 fs/compat.c    		if (!strcmp(kernel_type, NFS4_NAME)) {
kernel_type       122 fs/compat.c    	retval = do_mount(kernel_dev, dir_name, kernel_type, flags, options);
kernel_type       129 fs/compat.c    	kfree(kernel_type);
kernel_type      3332 fs/namespace.c 	char *kernel_type;
kernel_type      3336 fs/namespace.c 	kernel_type = copy_mount_string(type);
kernel_type      3337 fs/namespace.c 	ret = PTR_ERR(kernel_type);
kernel_type      3338 fs/namespace.c 	if (IS_ERR(kernel_type))
kernel_type      3351 fs/namespace.c 	ret = do_mount(kernel_dev, dir_name, kernel_type, flags, options);
kernel_type      3357 fs/namespace.c 	kfree(kernel_type);
kernel_type      1541 tools/perf/util/machine.c 	enum dso_kernel_type kernel_type;
kernel_type      1549 tools/perf/util/machine.c 		kernel_type = DSO_TYPE_KERNEL;
kernel_type      1551 tools/perf/util/machine.c 		kernel_type = DSO_TYPE_GUEST_KERNEL;
kernel_type      1611 tools/perf/util/machine.c 		kernel->kernel = kernel_type;