Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\namespace.c Create Date:2022-07-28 20:09:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:copy_mount_string

Proto:char *copy_mount_string(const void __user *data)

Type:char

Parameter:

TypeParameterName
const void __user *data
3044  Return data ? strndup_user - duplicate an existing string from user space*@s: The string to duplicate*@n: Maximum number of bytes to copy, including the trailing NUL.* Return: newly allocated copy of @s or an ERR_PTR() in case of error : NULL
Caller
NameDescribe
SYSCALL_DEFINE5
COMPAT_SYSCALL_DEFINE5