Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_set_remove_xattr.c67 ret = bpf_remove_dentry_xattr(dentry, xattr_bar); in BPF_PROG()
71 ret = bpf_remove_dentry_xattr(dentry, xattr_selinux); in BPF_PROG()
123 ret = bpf_remove_dentry_xattr(dentry, xattr_bar); in BPF_PROG()
127 ret = bpf_remove_dentry_xattr(dentry, xattr_selinux); in BPF_PROG()
/linux-6.15/fs/
H A Dbpf_fs_kfuncs.c314 __bpf_kfunc int bpf_remove_dentry_xattr(struct dentry *dentry, const char *name__str) in bpf_remove_dentry_xattr() function
335 BTF_ID_FLAGS(func, bpf_remove_dentry_xattr, KF_SLEEPABLE | KF_TRUSTED_ARGS) in BTF_ID_FLAGS()
/linux-6.15/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h93 extern int bpf_remove_dentry_xattr(struct dentry *dentry, const char *name__str) __ksym __weak;
/linux-6.15/kernel/bpf/
H A Dverifier.c12135 BTF_ID(func, bpf_remove_dentry_xattr) in BTF_ID()
12188 BTF_ID(func, bpf_remove_dentry_xattr) in BTF_ID()