Home
last modified time | relevance | path

Searched refs:bpf_get_file_xattr (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/bpf/
H A Dfs_kfuncs.rst12 * ``bpf_get_file_xattr()``
20 example, ``bpf_get_file_xattr()`` does not use ``vfs_getxattr()``, because
/linux/fs/
H A Dbpf_fs_kfuncs.c151 * 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 Dtest_sig_in_xattr.c70 ret = bpf_get_file_xattr(f, "user.sig", &sig_ptr); in BPF_PROG()
H A Dtest_get_xattr.c46 ret = bpf_get_file_xattr(f, xattr_names[i], &value_ptr); in BPF_PROG()
/linux/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h68 extern int bpf_get_file_xattr(struct file *file, const char *name,