Lines Matching defs:inode
105 struct inode *inode; in bpf_get_inode() local
130 static int bpf_inode_type(const struct inode *inode, enum bpf_type *type) in bpf_inode_type()
145 static void bpf_dentry_finalize(struct dentry *dentry, struct inode *inode, in bpf_dentry_finalize()
158 struct inode *inode; in bpf_mkdir() local
274 static int bpffs_map_open(struct inode *inode, struct file *file) in bpffs_map_open()
297 static int bpffs_map_release(struct inode *inode, struct file *file) in bpffs_map_release()
322 static int bpffs_obj_open(struct inode *inode, struct file *file) in bpffs_obj_open()
336 struct inode *inode = bpf_get_inode(dir->i_sb, dir, mode); in bpf_mkobj_ops() local
389 struct inode *inode; in bpf_symlink() local
501 struct inode *inode; in bpf_obj_do_get() local
559 static struct bpf_prog *__get_prog_inode(struct inode *inode, enum bpf_prog_type type) in __get_prog_inode()
613 static void bpf_free_inode(struct inode *inode) in bpf_free_inode()
766 struct inode *inode; in bpf_fill_super() local