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()
157 struct inode *inode; in bpf_mkdir() local
273 static int bpffs_map_open(struct inode *inode, struct file *file) in bpffs_map_open()
296 static int bpffs_map_release(struct inode *inode, struct file *file) in bpffs_map_release()
321 static int bpffs_obj_open(struct inode *inode, struct file *file) in bpffs_obj_open()
335 struct inode *inode = bpf_get_inode(dir->i_sb, dir, mode); in bpf_mkobj_ops() local
388 struct inode *inode; in bpf_symlink() local
500 struct inode *inode; in bpf_obj_do_get() local
558 static struct bpf_prog *__get_prog_inode(struct inode *inode, enum bpf_prog_type type) in __get_prog_inode()
612 static void bpf_free_inode(struct inode *inode) in bpf_free_inode()
755 struct inode *inode; in bpf_fill_super() local