Lines Matching refs:lower_parent_path
187 static int __lookup_nosensitive(struct path *lower_parent_path, in __lookup_nosensitive() argument
206 file = dentry_open(lower_parent_path, O_RDONLY, cred); in __lookup_nosensitive()
216 err = vfs_path_lookup(lower_parent_path->dentry, in __lookup_nosensitive()
217 lower_parent_path->mnt, buffer.name, in __lookup_nosensitive()
238 struct path lower_path, lower_parent_path; in hmdfs_lookup_local() local
252 hmdfs_get_lower_path(parent_dentry, &lower_parent_path); in hmdfs_lookup_local()
263 err = vfs_path_lookup(lower_parent_path.dentry, lower_parent_path.mnt, in hmdfs_lookup_local()
266 err = __lookup_nosensitive(&lower_parent_path, child_dentry, 0, in hmdfs_lookup_local()
302 lower_dentry = lookup_one_len_unlocked(d_name, lower_parent_path.dentry, in hmdfs_lookup_local()
310 lower_path.mnt = mntget(lower_parent_path.mnt); in hmdfs_lookup_local()
316 hmdfs_put_lower_path(&lower_parent_path); in hmdfs_lookup_local()