Searched refs:uncomp (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/libarchive/tar/
H A Dread.c127 uint64_t comp, uncomp; local
137 uncomp = archive_filter_bytes(a, 0);
138 if (comp > uncomp)
141 compression = (int)((uncomp - comp) * 100 / uncomp);
146 archive_file_count(a), tar_i64toa(uncomp));
H A Dwrite.c1007 uint64_t comp, uncomp; local
1013 uncomp = archive_filter_bytes(a, 0);
1015 archive_file_count(a), tar_i64toa(uncomp));
1016 if (comp >= uncomp)
1019 compression = (int)((uncomp - comp) * 100 / uncomp);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dbptree.h56 uint64_t bytes, uint64_t comp, uint64_t uncomp, dmu_tx_t *tx);
H A Ddsl_pool.h153 int64_t used, int64_t comp, int64_t uncomp);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_deadlist.c49 * dl_phys->dl_used,comp,uncomp
405 uint64_t used, comp, uncomp; local
408 &used, &comp, &uncomp));
412 *uncompp += uncomp;
424 uint64_t used, comp, uncomp; local
428 VERIFY3U(0, ==, bpobj_space(&bpo, &used, &comp, &uncomp));
437 dl->dl_phys->dl_uncomp += uncomp;
514 uint64_t used, comp, uncomp; local
520 &used, &comp, &uncomp));
524 ASSERT3U(dl->dl_phys->dl_uncomp, >=, uncomp);
[all...]
H A Ddsl_destroy.c140 uint64_t used, comp, uncomp; member in struct:process_old_arg
162 poa->uncomp += BP_GET_UCSIZE(bp);
191 -poa.used, -poa.comp, -poa.uncomp, tx);
306 uint64_t used = 0, comp = 0, uncomp = 0; local
331 &used, &comp, &uncomp);
338 &used, &comp, &uncomp);
340 -used, -comp, -uncomp, tx);
347 DD_USED_HEAD, used, comp, uncomp, tx);
380 &used, &comp, &uncomp);
794 uint64_t used, comp, uncomp; local
[all...]
H A Dbpobj.c377 uint64_t used, comp, uncomp, subsubobjs; local
389 VERIFY3U(0, ==, bpobj_space(&subbpo, &used, &comp, &uncomp));
451 bpo->bpo_phys->bpo_uncomp += uncomp;
527 uint64_t uncomp; member in struct:space_range_arg
542 sra->uncomp += BP_GET_UCSIZE(bp);
590 *uncompp = sra.uncomp;
H A Dbptree.c122 uint64_t bytes, uint64_t comp, uint64_t uncomp, dmu_tx_t *tx)
146 bt->bt_uncomp += uncomp;
121 bptree_add(objset_t *os, uint64_t obj, blkptr_t *bp, uint64_t birth_txg, uint64_t bytes, uint64_t comp, uint64_t uncomp, dmu_tx_t *tx) argument
H A Ddsl_dataset.c1940 uint64_t written, comp, uncomp; local
1948 &comp, &uncomp);
2427 uint64_t used, comp, uncomp, unique, cloneusedsnap, originusedsnap; member in struct:dsl_dataset_promote_arg
2500 ddpa->uncomp = dsl_dataset_phys(origin_ds)->ds_uncompressed_bytes;
2540 ddpa->uncomp += dluncomp;
2552 ddpa->uncomp -=
2793 ddpa->used - delta, ddpa->comp, ddpa->uncomp, tx);
2801 -ddpa->used - delta, -ddpa->comp, -ddpa->uncomp, tx);
2856 uint64_t used, comp, uncomp; local
2858 mintxg, UINT64_MAX, &used, &comp, &uncomp);
3125 uint64_t comp, uncomp; local
3550 uint64_t used, comp, uncomp; local
3639 uint64_t used, comp, uncomp; local
[all...]
H A Ddsl_pool.c518 int64_t used, int64_t comp, int64_t uncomp)
520 ASSERT3U(comp, ==, uncomp); /* it's all metadata */
524 dp->dp_mos_uncompressed_delta += uncomp;
517 dsl_pool_mos_diduse_space(dsl_pool_t *dp, int64_t used, int64_t comp, int64_t uncomp) argument
H A Ddsl_scan.c1469 uint64_t used = 0, comp, uncomp; local
1481 &used, &comp, &uncomp);
H A Dzfs_ioctl.c5584 uint64_t used, comp, uncomp; local
5613 error = dsl_dataset_space_wouldfree(old, new, &used, &comp, &uncomp);
5619 fnvlist_add_uint64(outnvl, "uncompressed", uncomp);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c446 char bytes[32], comp[32], uncomp[32]; local
451 CTASSERT(sizeof (uncomp) >= NN_NUMBUF_SZ);
458 zdb_nicenum(bpop->bpo_uncomp, uncomp, sizeof (uncomp));
465 (void) printf("\t\tuncomp = %s\n", uncomp);
1523 char uncomp[32]; local
1528 CTASSERT(sizeof (uncomp) >= NN_NUMBUF_SZ);
1536 zdb_nicenum(bpo->bpo_phys->bpo_uncomp, uncomp, sizeof (uncomp));
1544 bytes, comp, uncomp);
1588 char uncomp[32]; local
[all...]

Completed in 125 milliseconds