Lines Matching defs:cluster
340 unsigned char* cluster; /* points to current cluster */ member
537 static inline void fat_set(BDRVVVFATState* s,unsigned int cluster,uint32_t value) in fat_set()
561 static inline uint32_t fat_get(BDRVVVFATState* s,unsigned int cluster) in fat_get()
847 unsigned int cluster; in init_directories() local
1357 struct { uint32_t cluster; } rename; member
1360 struct { uint32_t cluster; } mkdir; member
1385 uint32_t cluster, char* new_path) in schedule_rename()
1412 static void schedule_mkdir(BDRVVVFATState* s, uint32_t cluster, char* path) in schedule_mkdir()
1520 unsigned int cluster) in modified_fat_get()
1737 unsigned char* cluster = qemu_malloc(s->cluster_size); in check_directory_consistency() local
2060 uint32_t cluster = first_cluster; in commit_mappings() local
2220 char* cluster = qemu_malloc(s->cluster_size); in commit_one_file() local