Home
last modified time | relevance | path

Searched refs:to_path (Results 1 – 3 of 3) sorted by relevance

/fs/
Dnamespace.c3551 struct path from_path, to_path; in SYSCALL_DEFINE5() local
3579 ret = user_path_at(to_dfd, to_pathname, lflags, &to_path); in SYSCALL_DEFINE5()
3583 ret = security_move_mount(&from_path, &to_path); in SYSCALL_DEFINE5()
3587 ret = do_move_mount(&from_path, &to_path); in SYSCALL_DEFINE5()
3590 path_put(&to_path); in SYSCALL_DEFINE5()
/fs/cifs/
Dinode.c1720 const char *to_path) argument
1740 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
/fs/btrfs/
Dsend.c3216 struct fs_path *to_path = NULL; in apply_dir_move() local
3277 to_path = name; in apply_dir_move()
3279 ret = get_cur_path(sctx, pm->ino, pm->gen, to_path); in apply_dir_move()
3283 ret = send_rename(sctx, from_path, to_path); in apply_dir_move()
3347 fs_path_free(to_path); in apply_dir_move()