HomeSort by relevance Sort by last modified time
    Searched defs:first_cluster (Results 1 - 2 of 2) sorted by null

  /system/extras/fatblock/
import.c 90 cluster_t first_cluster; member in struct:imported
132 f->size, EXTENT_TYPE_FILE, &out->first_cluster);
295 ret = fs_alloc_extent(fs, &d->extent, d->size, EXTENT_TYPE_DIR, &out->first_cluster);
303 out->first_cluster = 0;
305 my_first_cluster = is_root ? 0 : out->first_cluster;
317 item->imp.first_cluster, item->imp.size);
331 out->dot_dot_dirent = &d->entries[0]; /* will set first_cluster */
361 fs_set_rootdir_start(fs, imp.first_cluster);
  /external/qemu/block/
vvfat.c 699 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::__anon26600::__anon26603
2136 uint32_t first_cluster = dir_index == 0 ? 0 : begin_of_direntry(direntry); local
2217 uint32_t first_cluster = c; local
    [all...]

Completed in 60 milliseconds