Searched refs:value_p (Results 1 – 1 of 1) sorted by relevance
131 struct bpf_dynptr *value_p) in bpf_get_dentry_xattr() argument133 struct bpf_dynptr_kern *value_ptr = (struct bpf_dynptr_kern *)value_p; in bpf_get_dentry_xattr()164 struct bpf_dynptr *value_p) in bpf_get_file_xattr() argument169 return bpf_get_dentry_xattr(dentry, name__str, value_p); in bpf_get_file_xattr()203 const struct bpf_dynptr *value_p, int flags) in bpf_set_dentry_xattr_locked() argument206 struct bpf_dynptr_kern *value_ptr = (struct bpf_dynptr_kern *)value_p; in bpf_set_dentry_xattr_locked()290 const struct bpf_dynptr *value_p, int flags) in bpf_set_dentry_xattr() argument296 ret = bpf_set_dentry_xattr_locked(dentry, name__str, value_p, flags); in bpf_set_dentry_xattr()340 struct bpf_dynptr *value_p) in bpf_cgroup_read_xattr() argument342 struct bpf_dynptr_kern *value_ptr = (struct bpf_dynptr_kern *)value_p; in bpf_cgroup_read_xattr()
Completed in 5 milliseconds