Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_lsm.h45 void bpf_inode_storage_free(struct inode *inode);
75 static inline void bpf_inode_storage_free(struct inode *inode) in bpf_inode_storage_free() function
/linux/security/bpf/
H A Dhooks.c15 LSM_HOOK_INIT(inode_free_security, bpf_inode_storage_free),
/linux/kernel/bpf/
H A Dbpf_inode_storage.c56 void bpf_inode_storage_free(struct inode *inode) in bpf_inode_storage_free() function