Lines Matching refs:proc_dir_entry
30 struct proc_dir_entry {
59 struct proc_dir_entry *parent;
70 sizeof(struct proc_dir_entry) < 128 ? 128 : \
71 sizeof(struct proc_dir_entry) < 192 ? 192 : \
72 sizeof(struct proc_dir_entry) < 256 ? 256 : \
73 sizeof(struct proc_dir_entry) < 512 ? 512 : \
75 #define SIZEOF_PDE_INLINE_NAME (SIZEOF_PDE - sizeof(struct proc_dir_entry))
77 static inline bool pde_is_permanent(const struct proc_dir_entry *pde)
83 void pde_free(struct proc_dir_entry *pde);
97 struct proc_dir_entry *pde;
113 static inline struct proc_dir_entry *PDE(const struct inode *inode)
190 struct proc_dir_entry *proc_create_reg(const char *name, umode_t mode,
191 struct proc_dir_entry **parent, void *data);
192 struct proc_dir_entry *proc_register(struct proc_dir_entry *dir,
193 struct proc_dir_entry *dp);
195 struct dentry *proc_lookup_de(struct inode *, struct dentry *, struct proc_dir_entry *);
197 int proc_readdir_de(struct file *, struct dir_context *, struct proc_dir_entry *);
199 static inline struct proc_dir_entry *pde_get(struct proc_dir_entry *pde)
204 extern void pde_put(struct proc_dir_entry *);
206 static inline bool is_empty_pde(const struct proc_dir_entry *pde)
228 extern struct inode *proc_get_inode(struct super_block *, struct proc_dir_entry *);
229 extern void proc_entry_rundown(struct proc_dir_entry *);
285 extern struct proc_dir_entry proc_root;
322 static inline void pde_force_lookup(struct proc_dir_entry *pde)