Searched refs:bpf_get_file_xattr (Results 1 – 5 of 5) sorted by relevance
/linux/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
|
/linux/fs/ |
H A D | bpf_fs_kfuncs.c | 151 * bpf_get_file_xattr - get xattr of a file 163 __bpf_kfunc int bpf_get_file_xattr(struct file *file, const char *name__str, in bpf_get_file_xattr() function 367 BTF_ID_FLAGS(func, bpf_get_file_xattr, KF_SLEEPABLE | KF_TRUSTED_ARGS) in BTF_ID_FLAGS()
|
/linux/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/tools/testing/selftests/bpf/ |
H A D | bpf_kfuncs.h | 68 extern int bpf_get_file_xattr(struct file *file, const char *name,
|