Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_lsm.h51 int bpf_set_dentry_xattr_locked(struct dentry *dentry, const char *name__str,
94 static inline int bpf_set_dentry_xattr_locked(struct dentry *dentry, const char *name__str, in bpf_set_dentry_xattr_locked() function
/linux-6.15/fs/
H A Dbpf_fs_kfuncs.c201 int bpf_set_dentry_xattr_locked(struct dentry *dentry, const char *name__str, in bpf_set_dentry_xattr_locked() function
295 ret = bpf_set_dentry_xattr_locked(dentry, name__str, value_p, flags); in bpf_set_dentry_xattr()
/linux-6.15/kernel/bpf/
H A Dverifier.c21374 *addr = (unsigned long)bpf_set_dentry_xattr_locked; in specialize_kfunc()