Function report

linux kernel

5.5.9

Brick Technologies Co., Ltd

Source Code:fs\xattr.c Create Date:2020-09-19 12:42:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload PLEAChinese

Name:SYSCALL_DEFINE2

Proto:SYSCALL_DEFINE2(fremovexattr, int, fd, const char __user *, name)

Type:

Parameter:Nothing

730  f = fdget(fd)
731  error = -Bad file number
733  If Not file Then Return error
735  audit_file(file)
736  error = get write access to a file's mount
737  If Not error Then
738  error = Extended attribute REMOVE operations
739  mnt_drop_write_file(file)
741  fdput(f)
742  Return error