Searched refs:name__str (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/trace/
H A Dbpf_trace.c1446 * @name__str: name of the xattr
1449 * Get xattr *name__str* of *file* and store the output in *value_ptr*.
1451 * For security reasons, only *name__str* with prefix "user." is allowed.
1455 __bpf_kfunc int bpf_get_file_xattr(struct file *file, const char *name__str, argument
1463 if (strncmp(name__str, XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN))
1475 return __vfs_getxattr(dentry, dentry->d_inode, name__str, value, value_len);

Completed in 309 milliseconds