Searched refs:epmov (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/staging/exfat/ |
| D | exfat_core.c | 3497 struct dentry_t *epmov, *epnew; in move_file() local 3502 epmov = get_entry_in_dir(sb, p_olddir, oldentry, §or_mov); in move_file() 3503 if (!epmov) in move_file() 3507 if (fs_func->get_entry_type(epmov) == TYPE_DIR && in move_file() 3508 fs_func->get_entry_clu0(epmov) == p_newdir->dir) in move_file() 3515 epmov); in move_file() 3541 memcpy((void *)epnew, (void *)epmov, DENTRY_SIZE); in move_file() 3551 epmov = get_entry_in_dir(sb, p_olddir, oldentry + 1, in move_file() 3556 if (!epmov || !epnew) { in move_file() 3561 memcpy((void *)epnew, (void *)epmov, DENTRY_SIZE); in move_file()
|