Searched defs:cluster_num (Results 1 – 1 of 1) sorted by relevance
890 static inline off_t cluster2sector(BDRVVVFATState* s, uint32_t cluster_num) in cluster2sector()1318 static inline int find_mapping_for_cluster_aux(BDRVVVFATState* s,int cluster_num,int index1,int ind… in find_mapping_for_cluster_aux()1345 static inline mapping_t* find_mapping_for_cluster(BDRVVVFATState* s,int cluster_num) in find_mapping_for_cluster()1377 static inline int read_cluster(BDRVVVFATState *s,int cluster_num) in read_cluster()1525 cluster_num=sector/s->sectors_per_cluster; in vvfat_read() local1802 cluster_was_modified(BDRVVVFATState *s, uint32_t cluster_num) in cluster_was_modified()1881 uint32_t cluster_num = begin_of_direntry(direntry); in get_cluster_count_for_direntry() local2012 check_directory_consistency(BDRVVVFATState *s, int cluster_num, const char* path) in check_directory_consistency()