Lines Matching refs:root_path
492 struct path root_path, path; in hmdfs_get_or_create_dents() local
497 err = kern_path(sbi->local_src, 0, &root_path); in hmdfs_get_or_create_dents()
507 err = vfs_path_lookup(root_path.dentry, root_path.mnt, relative, 0, in hmdfs_get_or_create_dents()
524 path_put(&root_path); in hmdfs_get_or_create_dents()
2315 struct path path, root_path; in hmdfs_add_remote_cache_list() local
2318 err = kern_path(con->sbi->local_dst, 0, &root_path); in hmdfs_add_remote_cache_list()
2324 err = vfs_path_lookup(root_path.dentry, root_path.mnt, dir_path, 0, in hmdfs_add_remote_cache_list()
2360 path_put(&root_path); in hmdfs_add_remote_cache_list()
2558 int hmdfs_root_unlink(uint64_t device_id, struct path *root_path, in hmdfs_root_unlink() argument
2568 err = vfs_path_lookup(root_path->dentry, root_path->mnt, in hmdfs_root_unlink()
2710 int hmdfs_root_rmdir(uint64_t device_id, struct path *root_path, in hmdfs_root_rmdir() argument
2718 err = vfs_path_lookup(root_path->dentry, root_path->mnt, in hmdfs_root_rmdir()