Lines Matching defs:from_path
3433 static int do_set_group(const struct path *from_path, const struct path *to_path)
3435 struct mount *from = real_mount(from_path->mnt);
3449 if (!path_mounted(from_path))
4553 static inline int vfs_move_mount(const struct path *from_path,
4559 ret = security_move_mount(from_path, to_path);
4564 return do_set_group(from_path, to_path);
4566 return do_move_mount(from_path, to_path, mflags);
4583 struct path from_path __free(path_put) = {};
4642 ret = filename_lookup(from_dfd, from_name, lflags, &from_path, NULL);
4646 return vfs_move_mount(&from_path, &to_path, mflags);