Home
last modified time | relevance | path

Searched refs:from_path (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dsend.c3242 struct fs_path *from_path = NULL; in apply_dir_move() local
3256 from_path = fs_path_alloc(); in apply_dir_move()
3257 if (!name || !from_path) { in apply_dir_move()
3271 pm->gen, from_path); in apply_dir_move()
3278 from_path); in apply_dir_move()
3281 ret = fs_path_add_path(from_path, name); in apply_dir_move()
3313 ret = send_rename(sctx, from_path, to_path); in apply_dir_move()
3376 fs_path_free(from_path); in apply_dir_move()
/linux-4.19.296/fs/cifs/
Dinode.c1711 const char *from_path, struct dentry *to_dentry, argument
1732 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
1756 oparms.path = from_path;