Lines Matching defs:inode
85 struct inode *inode; in bpf_get_inode() local
110 static int bpf_inode_type(const struct inode *inode, enum bpf_type *type) in bpf_inode_type()
123 static void bpf_dentry_finalize(struct dentry *dentry, struct inode *inode, in bpf_dentry_finalize()
135 struct inode *inode; in bpf_mkdir() local
250 static int bpffs_map_open(struct inode *inode, struct file *file) in bpffs_map_open()
273 static int bpffs_map_release(struct inode *inode, struct file *file) in bpffs_map_release()
298 static int bpffs_obj_open(struct inode *inode, struct file *file) in bpffs_obj_open()
312 struct inode *inode = bpf_get_inode(dir->i_sb, dir, mode); in bpf_mkobj_ops() local
355 struct inode *inode; in bpf_symlink() local
451 struct inode *inode; in bpf_obj_do_get() local
516 static struct bpf_prog *__get_prog_inode(struct inode *inode, enum bpf_prog_type type) in __get_prog_inode()
567 static void bpf_free_inode(struct inode *inode) in bpf_free_inode()
630 struct inode *inode; in bpf_fill_super() local