Searched refs:lower_parent_path (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/sharefs/ |
D | lookup.c | 212 struct path *lower_parent_path) in __sharefs_lookup() argument 232 lower_dir_dentry = lower_parent_path->dentry; in __sharefs_lookup() 233 lower_dir_mnt = lower_parent_path->mnt; in __sharefs_lookup() 305 struct path lower_parent_path; in sharefs_lookup() local 309 sharefs_get_lower_path(parent, &lower_parent_path); in sharefs_lookup() 317 ret = __sharefs_lookup(dentry, flags, &lower_parent_path); in sharefs_lookup() 333 sharefs_put_lower_path(parent, &lower_parent_path); in sharefs_lookup()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | inode_local.c | 179 static int __lookup_nosensitive(struct path *lower_parent_path, in __lookup_nosensitive() argument 198 file = dentry_open(lower_parent_path, O_RDONLY, cred); in __lookup_nosensitive() 208 err = vfs_path_lookup(lower_parent_path->dentry, in __lookup_nosensitive() 209 lower_parent_path->mnt, buffer.name, in __lookup_nosensitive() 225 struct path lower_path, lower_parent_path; in hmdfs_lookup_local() local 239 hmdfs_get_lower_path(parent_dentry, &lower_parent_path); in hmdfs_lookup_local() 250 err = vfs_path_lookup(lower_parent_path.dentry, lower_parent_path.mnt, in hmdfs_lookup_local() 253 err = __lookup_nosensitive(&lower_parent_path, child_dentry, 0, in hmdfs_lookup_local() 287 lower_dentry = lookup_one_len_unlocked(d_name, lower_parent_path.dentry, in hmdfs_lookup_local() 295 lower_path.mnt = mntget(lower_parent_path.mnt); in hmdfs_lookup_local() [all …]
|