Searched refs:from_path (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | namespace.c | 3572 struct path from_path, to_path; in SYSCALL_DEFINE5() local 3591 ret = user_path_at(from_dfd, from_pathname, lflags, &from_path); in SYSCALL_DEFINE5() 3604 ret = security_move_mount(&from_path, &to_path); in SYSCALL_DEFINE5() 3608 ret = do_move_mount(&from_path, &to_path); in SYSCALL_DEFINE5() 3613 path_put(&from_path); in SYSCALL_DEFINE5()
|
/fs/btrfs/ |
D | send.c | 3243 struct fs_path *from_path = NULL; in apply_dir_move() local 3257 from_path = fs_path_alloc(); in apply_dir_move() 3258 if (!name || !from_path) { in apply_dir_move() 3272 pm->gen, from_path); in apply_dir_move() 3279 from_path); in apply_dir_move() 3282 ret = fs_path_add_path(from_path, name); in apply_dir_move() 3314 ret = send_rename(sctx, from_path, to_path); in apply_dir_move() 3377 fs_path_free(from_path); in apply_dir_move()
|
/fs/cifs/ |
D | inode.c | 1721 const char *from_path, struct dentry *to_dentry, argument 1742 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb); 1766 oparms.path = from_path;
|