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

  /external/e2fsprogs/lib/ext2fs/
qcow2.h 98 __u32 l2_size; member in struct:ext2_qcow2_image
  /external/qemu/block/
qcow2.h 87 int l2_size; member in struct:BDRVQcowState
qcow2-refcount.c 751 int l2_size, i, j, l1_modified, l2_modified, nb_csectors, refcount; local
777 l2_size = s->l2_size * sizeof(uint64_t);
778 l2_table = g_malloc(l2_size);
786 if (bdrv_pread(bs->file, l2_offset, l2_table, l2_size) != l2_size)
788 for(j = 0; j < s->l2_size; j++) {
830 l2_offset, l2_table, l2_size) < 0)
940 int i, l2_size, nb_csectors, refcount; local
943 l2_size = s->l2_size * sizeof(uint64_t)
    [all...]

Completed in 60 milliseconds