函数逻辑报告

linux kernel

5.5.9

Brick Technologies Co., Ltd

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

函数名称:SYSCALL_DEFINE5

函数原型:SYSCALL_DEFINE5(fsetxattr, int, fd, const char __user *, name, const void __user *, value, size_t, size, int, flags)

返回类型:

参数:

498  f等于fdget(fd)
499  error等于负文件数目错误
501  如果非file则返回:error
503  audit_file(file)
504  error等于get write access to a file's mount
505  如果非error
506  error等于Extended attribute SET operations
507  mnt_drop_write_file(file)
509  fdput(f)
510  返回:error