Lines Matching refs:dir
2126 struct dentry *child, *dir = file->f_path.dentry; in proc_fill_cache() local
2132 child = d_hash_and_lookup(dir, &qname); in proc_fill_cache()
2135 child = d_alloc_parallel(dir, &qname, &wq); in proc_fill_cache()
2347 static struct dentry *proc_map_files_lookup(struct inode *dir, in proc_map_files_lookup() argument
2357 task = get_proc_task(dir); in proc_map_files_lookup()
2719 static struct dentry *proc_pident_lookup(struct inode *dir, in proc_pident_lookup() argument
2724 struct task_struct *task = get_proc_task(dir); in proc_pident_lookup()
2883 static struct dentry *proc_##LSM##_attr_dir_lookup(struct inode *dir, \
2886 return proc_pident_lookup(dir, dentry, \
2942 static struct dentry *proc_attr_dir_lookup(struct inode *dir, in proc_attr_dir_lookup() argument
2945 return proc_pident_lookup(dir, dentry, in proc_attr_dir_lookup()
3436 static struct dentry *proc_tgid_base_lookup(struct inode *dir, struct dentry *dentry, unsigned int … in proc_tgid_base_lookup() argument
3438 return proc_pident_lookup(dir, dentry, in proc_tgid_base_lookup()
3761 static struct dentry *proc_tid_base_lookup(struct inode *dir, struct dentry *dentry, unsigned int f… in proc_tid_base_lookup() argument
3763 return proc_pident_lookup(dir, dentry, in proc_tid_base_lookup()
3800 static struct dentry *proc_task_lookup(struct inode *dir, struct dentry * dentry, unsigned int flag… in proc_task_lookup() argument
3803 struct task_struct *leader = get_proc_task(dir); in proc_task_lookup()