Searched refs:bpf_get_fsverity_digest (Results 1 – 5 of 5) sorted by relevance
120 __bpf_kfunc int bpf_get_fsverity_digest(struct file *file, struct bpf_dynptr *digest_p) in bpf_get_fsverity_digest() function164 BTF_ID_FLAGS(func, bpf_get_fsverity_digest, KF_TRUSTED_ARGS) in BTF_ID_FLAGS() argument
36 ret = bpf_get_fsverity_digest(f, &digest_ptr); in BPF_PROG()
60 ret = bpf_get_fsverity_digest(f, &digest_ptr); in BPF_PROG()
14 * ``bpf_get_fsverity_digest()``
70 extern int bpf_get_fsverity_digest(struct file *file, struct bpf_dynptr *digest_ptr) __ksym;