Searched refs:bpf_get_inode (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | inode.c | 102 struct inode *bpf_get_inode(struct super_block *sb, in bpf_get_inode() function 158 inode = bpf_get_inode(dir->i_sb, dir, mode | S_IFDIR); in bpf_mkdir() 334 struct inode *inode = bpf_get_inode(dir->i_sb, dir, mode); in bpf_mkobj_ops() 392 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-6.15/include/linux/ |
| H A D | bpf.h | 2497 struct inode *bpf_get_inode(struct super_block *sb, const struct inode *dir,
|