Lines Matching refs:pde
77 static inline bool pde_is_permanent(const struct proc_dir_entry *pde) in pde_is_permanent() argument
79 return pde->flags & PROC_ENTRY_PERMANENT; in pde_is_permanent()
82 static inline void pde_make_permanent(struct proc_dir_entry *pde) in pde_make_permanent() argument
84 pde->flags |= PROC_ENTRY_PERMANENT; in pde_make_permanent()
88 void pde_free(struct proc_dir_entry *pde);
102 struct proc_dir_entry *pde; member
120 return PROC_I(inode)->pde; in PDE()
195 static inline void pde_get(struct proc_dir_entry *pde) in pde_get() argument
197 refcount_inc(&pde->refcnt); in pde_get()
201 static inline bool is_empty_pde(const struct proc_dir_entry *pde) in is_empty_pde() argument
203 return S_ISDIR(pde->mode) && !pde->proc_iops; in is_empty_pde()
314 static inline void pde_force_lookup(struct proc_dir_entry *pde) in pde_force_lookup() argument
317 pde->proc_dops = &proc_net_dentry_ops; in pde_force_lookup()