Searched refs:bpf_get_file_xattr (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/Documentation/bpf/ |
| H A D | fs_kfuncs.rst | 12 * ``bpf_get_file_xattr()`` 20 example, ``bpf_get_file_xattr()`` does not use ``vfs_getxattr()``, because
|
| H A D | kfuncs.rst | 144 __bpf_kfunc bpf_get_file_xattr(..., const char *name__str, ...) 149 In this case, ``bpf_get_file_xattr()`` can be called as:: 151 bpf_get_file_xattr(..., "xattr_name", ...); 159 bpf_get_file_xattr(..., name, ...);
|
| /linux-6.15/fs/ |
| H A D | bpf_fs_kfuncs.c | 162 __bpf_kfunc int bpf_get_file_xattr(struct file *file, const char *name__str, in bpf_get_file_xattr() function 333 BTF_ID_FLAGS(func, bpf_get_file_xattr, KF_SLEEPABLE | KF_TRUSTED_ARGS) in BTF_ID_FLAGS()
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_sig_in_xattr.c | 70 ret = bpf_get_file_xattr(f, "user.sig", &sig_ptr); in BPF_PROG()
|
| H A D | test_get_xattr.c | 46 ret = bpf_get_file_xattr(f, xattr_names[i], &value_ptr); in BPF_PROG()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | bpf_kfuncs.h | 68 extern int bpf_get_file_xattr(struct file *file, const char *name,
|