Searched refs:mov_es (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/exfat/
H A Dnamei.c1050 struct exfat_entry_set_cache mov_es, new_es; local
1056 ret = exfat_get_dentry_set(&mov_es, sb, p_olddir, oldentry,
1068 epmov = exfat_get_dentry_cached(&mov_es, ES_IDX_FILE);
1076 epmov = exfat_get_dentry_cached(&mov_es, ES_IDX_STREAM);
1081 exfat_remove_entries(inode, &mov_es, ES_IDX_FILE);
1092 return exfat_put_dentry_set(&mov_es, IS_DIRSYNC(inode));
1095 exfat_put_dentry_set(&mov_es, false);

Completed in 135 milliseconds