Searched refs:from_path (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | send.c | 3199 struct fs_path *from_path = NULL; in apply_dir_move() local 3212 from_path = fs_path_alloc(); in apply_dir_move() 3213 if (!name || !from_path) { in apply_dir_move() 3226 pm->gen, from_path); in apply_dir_move() 3233 from_path); in apply_dir_move() 3236 ret = fs_path_add_path(from_path, name); in apply_dir_move() 3267 ret = send_rename(sctx, from_path, to_path); in apply_dir_move() 3330 fs_path_free(from_path); in apply_dir_move()
|
/Linux-v4.19/fs/cifs/ |
D | inode.c | 1692 const char *from_path, struct dentry *to_dentry, argument 1713 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb); 1733 oparms.path = from_path;
|