Searched defs:cluster_num (Results 1 – 1 of 1) sorted by relevance
891 static inline off_t cluster2sector(BDRVVVFATState* s, uint32_t cluster_num) in cluster2sector()1319 static inline int find_mapping_for_cluster_aux(BDRVVVFATState* s,int cluster_num,int index1,int ind… in find_mapping_for_cluster_aux()1346 static inline mapping_t* find_mapping_for_cluster(BDRVVVFATState* s,int cluster_num) in find_mapping_for_cluster()1378 static inline int read_cluster(BDRVVVFATState *s,int cluster_num) in read_cluster()1526 cluster_num=sector/s->sectors_per_cluster; in vvfat_read() local1803 cluster_was_modified(BDRVVVFATState *s, uint32_t cluster_num) in cluster_was_modified()1882 uint32_t cluster_num = begin_of_direntry(direntry); in get_cluster_count_for_direntry() local2013 check_directory_consistency(BDRVVVFATState *s, int cluster_num, const char* path) in check_directory_consistency()