Lines Matching full:inode
103 struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *);
115 extern struct inode *proc_get_inode(struct super_block *, unsigned int, struct proc_dir_entry *);
127 extern struct dentry *proc_lookup(struct inode *, struct dentry *, struct nameidata *);
252 int (*proc_get_link)(struct inode *, struct dentry **, struct vfsmount **);
256 struct inode vfs_inode;
259 static inline struct proc_inode *PROC_I(const struct inode *inode)
261 return container_of(inode, struct proc_inode, vfs_inode);
264 static inline struct proc_dir_entry *PDE(const struct inode *inode)
266 return PROC_I(inode)->pde;