Lines Matching refs:proc_dir_entry

33 	struct proc_dir_entry *de;
105 "proc_dir_entry", SIZEOF_PDE, 0, SLAB_PANIC,
106 offsetof(struct proc_dir_entry, inline_name),
108 BUILD_BUG_ON(sizeof(struct proc_dir_entry) >= SIZEOF_PDE);
204 static inline int use_pde(struct proc_dir_entry *pde)
209 static void unuse_pde(struct proc_dir_entry *pde)
224 static void close_pdeo(struct proc_dir_entry *pde, struct pde_opener *pdeo)
261 void proc_entry_rundown(struct proc_dir_entry *de)
283 struct proc_dir_entry *pde = PDE(file_inode(file));
297 struct proc_dir_entry *pde = PDE(file_inode(iocb->ki_filp));
310 static ssize_t pde_read(struct proc_dir_entry *pde, struct file *file, char __user *buf, size_t count, loff_t *ppos)
322 struct proc_dir_entry *pde = PDE(file_inode(file));
334 static ssize_t pde_write(struct proc_dir_entry *pde, struct file *file, const char __user *buf, size_t count, loff_t *ppos)
346 struct proc_dir_entry *pde = PDE(file_inode(file));
358 static __poll_t pde_poll(struct proc_dir_entry *pde, struct file *file, struct poll_table_struct *pts)
370 struct proc_dir_entry *pde = PDE(file_inode(file));
382 static long pde_ioctl(struct proc_dir_entry *pde, struct file *file, unsigned int cmd, unsigned long arg)
394 struct proc_dir_entry *pde = PDE(file_inode(file));
407 static long pde_compat_ioctl(struct proc_dir_entry *pde, struct file *file, unsigned int cmd, unsigned long arg)
419 struct proc_dir_entry *pde = PDE(file_inode(file));
431 static int pde_mmap(struct proc_dir_entry *pde, struct file *file, struct vm_area_struct *vma)
443 struct proc_dir_entry *pde = PDE(file_inode(file));
456 pde_get_unmapped_area(struct proc_dir_entry *pde, struct file *file, unsigned long orig_addr,
477 struct proc_dir_entry *pde = PDE(file_inode(file));
491 struct proc_dir_entry *pde = PDE(inode);
554 struct proc_dir_entry *pde = PDE(inode);
641 struct proc_dir_entry *pde = PDE(inode);
652 struct inode *proc_get_inode(struct super_block *sb, struct proc_dir_entry *de)