Searched refs:name__str (Results 1 - 1 of 1) sorted by relevance

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

Completed in 71 milliseconds