Searched refs:first_cluster (Results 1 – 2 of 2) sorted by relevance
749 int first_cluster = mapping->begin; in read_directory() local767 first_cluster == 0 ? 0 : s->directory.next; in read_directory()769 if (first_cluster != 0) { in read_directory()783 if (first_cluster == 0 && s->directory.next >= s->root_entries - 1) { in read_directory()789 if(first_cluster == 0 && (is_dotdot || is_dot)) in read_directory()817 set_begin_of_direntry(direntry, first_cluster); in read_directory()875 first_cluster += (s->directory.next - mapping->info.dir.first_dir_index) in read_directory()877 mapping->end = first_cluster; in read_directory()1592 struct { uint32_t first_cluster; } new_file; member1637 char* path, uint32_t first_cluster) in schedule_new_file() argument[all …]
2471 int64_t first_cluster, int64_t end_cluster, in rebuild_refcounts_write_refblocks() argument2486 for (cluster = first_cluster; cluster < end_cluster; cluster++) { in rebuild_refcounts_write_refblocks()