Home | History | Annotate | Download | only in android

Lines Matching refs:nb_snapshots

241 snapshot_print_table( int fd, uint32_t nb_snapshots, uint64_t snapshots_offset )
251 for (i = 0; i < nb_snapshots; i++) {
291 snapshot_read_qcow_header( int fd, uint32_t *nb_snapshots, uint64_t *snapshots_offset )
298 read_or_die(fd, nb_snapshots, sizeof(*nb_snapshots));
302 be32_to_cpus(nb_snapshots);
320 uint32_t nb_snapshots;
322 snapshot_read_qcow_header(fd, &nb_snapshots, &snapshots_offset);
324 if (nb_snapshots > 0) {
326 snapshot_print_table(fd, nb_snapshots, snapshots_offset);