函数逻辑报告

linux kernel

5.5.9

Brick Technologies Co., Ltd

Source Code:fs\xattr.c Create Date:2020-09-18 14:40:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载PLEAEnglish

函数名称:SYSCALL_DEFINE2

函数原型:SYSCALL_DEFINE2(fremovexattr, int, fd, const char __user *, name)

返回类型:

参数:

730  f等于fdget(fd)
731  error等于负文件数目错误
733  如果非file则返回:error
735  audit_file(file)
736  error等于get write access to a file's mount
737  如果非error
738  error等于Extended attribute REMOVE operations
739  mnt_drop_write_file(file)
741  fdput(f)
742  返回:error