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:SYSCALL_DEFINE3

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

Type:

Parameter:Nothing

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