函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:xattr_list_one

函数原型:static int xattr_list_one(char **buffer, ssize_t *remaining_size, const char *name)

返回类型:int

参数:

类型参数名称
char **buffer
ssize_t *remaining_size
const char *name
929  len等于strlen - Find the length of a string*@s: The string to be sized加1
930  如果buffer
931  如果remaining_size小于len则返回:负ERANGE
933  memcpy( * buffer, name, len)
934  buffer加等于len
936  remaining_size减等于len
937  返回:0
调用者
名称描述
simple_xattr_listxattr LIST operation for in-memory/pseudo filesystems