Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dbpf_fs_kfuncs.c108 __bpf_kfunc int bpf_get_dentry_xattr(struct dentry *dentry, const char *name__str, in bpf_get_dentry_xattr() function
152 return bpf_get_dentry_xattr(dentry, name__str, value_p); in bpf_get_file_xattr()
162 BTF_ID_FLAGS(func, bpf_get_dentry_xattr, KF_SLEEPABLE | KF_TRUSTED_ARGS) in BTF_ID_FLAGS()
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_get_xattr.c55 ret = bpf_get_dentry_xattr(dentry, "user.kfuncs", &value_ptr); in BPF_PROG()
/linux-6.12.1/tools/testing/selftests/bpf/
Dbpf_kfuncs.h88 extern int bpf_get_dentry_xattr(struct dentry *dentry, const char *name,