Searched defs:from_path (Results 1 - 2 of 2) sorted by relevance
/fs/cifs/ |
H A D | inode.c | 1582 const char *from_path, struct dentry *to_dentry, 1603 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb); 1623 oparms.path = from_path; 1581 cifs_do_rename(const unsigned int xid, struct dentry *from_dentry, const char *from_path, struct dentry *to_dentry, const char *to_path) argument
|
/fs/btrfs/ |
H A D | send.c | 3114 struct fs_path *from_path = NULL; local 3126 from_path = fs_path_alloc(); 3127 if (!name || !from_path) { 3143 from_path); 3146 ret = fs_path_add_path(from_path, name); 3173 ret = send_rename(sctx, from_path, to_path); 3224 fs_path_free(from_path);
|
Completed in 67 milliseconds