Home
last modified time | relevance | path

Searched refs:bpf_set_dentry_xattr_locked (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Dbpf_fs_kfuncs.c202 int bpf_set_dentry_xattr_locked(struct dentry *dentry, const char *name__str, in bpf_set_dentry_xattr_locked() function
296 ret = bpf_set_dentry_xattr_locked(dentry, name__str, value_p, flags); in bpf_set_dentry_xattr()
/linux/kernel/bpf/
H A Dverifier.c22442 addr = (unsigned long)bpf_set_dentry_xattr_locked; in specialize_kfunc()