Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Extended attribute REMOVE operations

Proto:static long removexattr(struct dentry *d, const char __user *name)

Type:long

Parameter:

TypeParameterName
struct dentry *d
const char __user *name
685  error = Copy a NUL terminated string from userspace
686  If error == 0 || error == size of kname Then error = -ERANGE
688  If error < 0 Then Return error
691  Return vfs_removexattr(d, kname)
Caller
NameDescribe
path_removexattr
SYSCALL_DEFINE2