Searched refs:mov_es (Results 1 – 1 of 1) sorted by relevance
1087 struct exfat_entry_set_cache mov_es, new_es; in exfat_move_file() local1094 ret = exfat_get_dentry_set_by_ei(&mov_es, parent_inode->i_sb, ei); in exfat_move_file()1105 epmov = exfat_get_dentry_cached(&mov_es, ES_IDX_FILE); in exfat_move_file()1113 epmov = exfat_get_dentry_cached(&mov_es, ES_IDX_STREAM); in exfat_move_file()1118 exfat_remove_entries(parent_inode, &mov_es, ES_IDX_FILE); in exfat_move_file()1127 return exfat_put_dentry_set(&mov_es, IS_DIRSYNC(parent_inode)); in exfat_move_file()1130 exfat_put_dentry_set(&mov_es, false); in exfat_move_file()