Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_lsm.h55 int bpf_remove_dentry_xattr_locked(struct dentry *dentry, const char *name__str);
104 static inline int bpf_remove_dentry_xattr_locked(struct dentry *dentry, const char *name__str) in bpf_remove_dentry_xattr_locked() function
/linux/fs/
H A Dbpf_fs_kfuncs.c249 int bpf_remove_dentry_xattr_locked(struct dentry *dentry, const char *name__str) in bpf_remove_dentry_xattr_locked() function
326 ret = bpf_remove_dentry_xattr_locked(dentry, name__str); in bpf_remove_dentry_xattr()
/linux/kernel/bpf/
H A Dverifier.c20771 addr = (unsigned long)bpf_remove_dentry_xattr_locked; in specialize_kfunc()