Function report

linux kernel

5.5.9

Brick Technologies Co., Ltd

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

Name:SYSCALL_DEFINE3

Proto:SYSCALL_DEFINE3(flistxattr, int, fd, char __user *, list, size_t, size)

Type:

Parameter:Nothing

665  f = fdget(fd)
666  error = -Bad file number
668  If Not file Then Return error
670  audit_file(file)
671  error = Extended attribute LIST operations
672  fdput(f)
673  Return error