Home
last modified time | relevance | path

Searched refs:proc_dentry (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/hppfs/
Dhppfs.c38 struct dentry *proc_dentry; member
144 struct dentry *proc_dentry, *parent; in hppfs_lookup() local
155 parent = HPPFS_I(ino)->proc_dentry; in hppfs_lookup()
157 proc_dentry = lookup_one_len(name->name, parent, name->len); in hppfs_lookup()
160 if (IS_ERR(proc_dentry)) in hppfs_lookup()
161 return proc_dentry; in hppfs_lookup()
164 inode = get_inode(ino->i_sb, proc_dentry); in hppfs_lookup()
438 path.dentry = HPPFS_I(inode)->proc_dentry; in hppfs_open()
494 path.dentry = HPPFS_I(inode)->proc_dentry; in hppfs_dir_open()
607 hi->proc_dentry = NULL; in hppfs_alloc_inode()
[all …]