Searched refs:bpf_get_inode (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | inode.c | 102 struct inode *bpf_get_inode(struct super_block *sb, in bpf_get_inode() function 157 inode = bpf_get_inode(dir->i_sb, dir, mode | S_IFDIR); in bpf_mkdir() 333 struct inode *inode = bpf_get_inode(dir->i_sb, dir, mode); in bpf_mkobj_ops() 391 inode = bpf_get_inode(dir->i_sb, dir, S_IRWXUGO | S_IFLNK); in bpf_symlink()
|
| H A D | token.c | 161 inode = bpf_get_inode(sb, NULL, mode); in bpf_token_create()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2790 struct inode *bpf_get_inode(struct super_block *sb, const struct inode *dir,
|