Searched refs:bpf_get_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 | 53 ret = bpf_get_dentry_xattr(dentry, xattr_bar, &value_ptr); in BPF_PROG() 109 ret = bpf_get_dentry_xattr(dentry, xattr_bar, &value_ptr); in BPF_PROG()
|
| H A D | test_get_xattr.c | 72 ret = bpf_get_dentry_xattr(dentry, xattr_names[i], &value_ptr); in BPF_PROG()
|
| /linux-6.15/fs/ |
| H A D | bpf_fs_kfuncs.c | 129 __bpf_kfunc int bpf_get_dentry_xattr(struct dentry *dentry, const char *name__str, in bpf_get_dentry_xattr() function 168 return bpf_get_dentry_xattr(dentry, name__str, value_p); in bpf_get_file_xattr() 332 BTF_ID_FLAGS(func, bpf_get_dentry_xattr, KF_SLEEPABLE | KF_TRUSTED_ARGS) in BTF_ID_FLAGS()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | bpf_kfuncs.h | 88 extern int bpf_get_dentry_xattr(struct dentry *dentry, const char *name,
|