Home
last modified time | relevance | path

Searched refs:value_p (Results 1 – 1 of 1) sorted by relevance

/fs/
A Dbpf_fs_kfuncs.c131 struct bpf_dynptr *value_p) in bpf_get_dentry_xattr() argument
133 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() argument
169 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() argument
206 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() argument
296 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() argument
342 struct bpf_dynptr_kern *value_ptr = (struct bpf_dynptr_kern *)value_p; in bpf_cgroup_read_xattr()

Completed in 5 milliseconds