Searched refs:from_path (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | namespace.c | 2709 static int do_set_group(struct path *from_path, struct path *to_path) in do_set_group() argument 2714 from = real_mount(from_path->mnt); in do_set_group() 2735 if (from_path->dentry != from_path->mnt->mnt_root) in do_set_group() 3735 struct path from_path, to_path; in SYSCALL_DEFINE5() local 3754 ret = user_path_at(from_dfd, from_pathname, lflags, &from_path); in SYSCALL_DEFINE5() 3767 ret = security_move_mount(&from_path, &to_path); in SYSCALL_DEFINE5() 3772 ret = do_set_group(&from_path, &to_path); in SYSCALL_DEFINE5() 3774 ret = do_move_mount(&from_path, &to_path); in SYSCALL_DEFINE5() 3779 path_put(&from_path); in SYSCALL_DEFINE5()
|
/fs/btrfs/ |
D | send.c | 3231 struct fs_path *from_path = NULL; in apply_dir_move() local 3245 from_path = fs_path_alloc(); in apply_dir_move() 3246 if (!name || !from_path) { in apply_dir_move() 3260 pm->gen, from_path); in apply_dir_move() 3267 from_path); in apply_dir_move() 3270 ret = fs_path_add_path(from_path, name); in apply_dir_move() 3302 ret = send_rename(sctx, from_path, to_path); in apply_dir_move() 3365 fs_path_free(from_path); in apply_dir_move()
|
/fs/cifs/ |
D | inode.c | 2009 const char *from_path, struct dentry *to_dentry, argument 2030 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb); 2054 oparms.path = from_path;
|