Searched refs:bpf_set_dentry_xattr (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_set_remove_xattr.c | 59 ret = bpf_set_dentry_xattr(dentry, xattr_bar, &value_ptr, 0); in BPF_PROG() 62 ret = bpf_set_dentry_xattr(dentry, xattr_selinux, &value_ptr, 0); in BPF_PROG() 115 ret = bpf_set_dentry_xattr(dentry, xattr_bar, &value_ptr, 0); in BPF_PROG() 118 ret = bpf_set_dentry_xattr(dentry, xattr_selinux, &value_ptr, 0); in BPF_PROG()
|
| /linux-6.15/fs/ |
| H A D | bpf_fs_kfuncs.c | 288 __bpf_kfunc int bpf_set_dentry_xattr(struct dentry *dentry, const char *name__str, in bpf_set_dentry_xattr() function 334 BTF_ID_FLAGS(func, bpf_set_dentry_xattr, KF_SLEEPABLE | KF_TRUSTED_ARGS) in BTF_ID_FLAGS()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | bpf_kfuncs.h | 91 extern int bpf_set_dentry_xattr(struct dentry *dentry, const char *name__str,
|
| /linux-6.15/kernel/bpf/ |
| H A D | verifier.c | 12134 BTF_ID(func, bpf_set_dentry_xattr) in BTF_ID() 12187 BTF_ID(func, bpf_set_dentry_xattr) in BTF_ID()
|