Lines Matching refs:pde
77 static inline bool pde_is_permanent(const struct proc_dir_entry *pde)
79 return pde->flags & PROC_ENTRY_PERMANENT;
83 void pde_free(struct proc_dir_entry *pde);
97 struct proc_dir_entry *pde;
115 return PROC_I(inode)->pde;
199 static inline struct proc_dir_entry *pde_get(struct proc_dir_entry *pde)
201 refcount_inc(&pde->refcnt);
202 return pde;
206 static inline bool is_empty_pde(const struct proc_dir_entry *pde)
208 return S_ISDIR(pde->mode) && !pde->proc_iops;
322 static inline void pde_force_lookup(struct proc_dir_entry *pde)
325 pde->proc_dops = &proc_net_dentry_ops;