Searched defs:first_cluster (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dvvfat.c699 int first_cluster = mapping->begin; local
717 first_cluster == 0 ? 0 : s->directory.next;
728 if(first_cluster == 0 && (is_dotdot || is_dot))
753 set_begin_of_direntry(direntry, first_cluster);
807 first_cluster += (s->directory.next - mapping->info.dir.first_dir_index)
809 mapping->end = first_cluster;
1359 struct { uint32_t first_cluster; } new_file; member in struct:commit_t::__anon8067::__anon8070
1404 char* path, uint32_t first_cluster)
1408 commit->param.new_file.first_cluster = first_cluster;
1403 schedule_new_file(BDRVVVFATState* s, char* path, uint32_t first_cluster) argument
2055 commit_mappings(BDRVVVFATState* s, uint32_t first_cluster, int dir_index) argument
2136 uint32_t first_cluster = dir_index == 0 ? 0 : begin_of_direntry(direntry); local
2217 uint32_t first_cluster = c; local
[all...]

Completed in 41 milliseconds