Searched refs:dde_phys (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | ddt_zap.c | 61 uchar_t cbuf[sizeof (dde->dde_phys) + 1]; in ddt_zap_lookup() 78 ddt_decompress(cbuf, dde->dde_phys, csize, sizeof (dde->dde_phys)); in ddt_zap_lookup() 93 uchar_t cbuf[sizeof (dde->dde_phys) + 1]; in ddt_zap_update() 96 csize = ddt_compress(dde->dde_phys, cbuf, in ddt_zap_update() 97 sizeof (dde->dde_phys), sizeof (cbuf)); in ddt_zap_update() 119 uchar_t cbuf[sizeof (dde->dde_phys) + 1]; in ddt_zap_walk() 126 ddt_decompress(cbuf, dde->dde_phys, csize, in ddt_zap_walk() 127 sizeof (dde->dde_phys)); in ddt_zap_walk()
|
H A D | ddt.c | 329 ddt_phys_t *ddp = (ddt_phys_t *)dde->dde_phys; in ddt_phys_select() 345 refcnt += dde->dde_phys[p].ddp_refcnt; in ddt_phys_total_refcnt() 354 ddt_phys_t *ddp = dde->dde_phys; in ddt_stat_generate() 524 ddt_phys_t *ddp = &dde->dde_phys[p]; in ddt_ditto_copies_needed() 553 ddt_phys_t *ddp = &dde->dde_phys[DDT_PHYS_DITTO]; in ddt_ditto_copies_present() 907 bzero(dde->dde_phys, sizeof (dde->dde_phys)); in ddt_repair_start() 939 ddt_phys_t *ddp = dde->dde_phys; in ddt_repair_entry() 940 ddt_phys_t *rddp = rdde->dde_phys; in ddt_repair_entry() 992 ddt_phys_t *ddp = dde->dde_phys; in ddt_sync_entry() 1020 if (dde->dde_phys[DDT_PHYS_DITTO].ddp_phys_birth != 0) in ddt_sync_entry()
|
H A D | zio.c | 2082 ddt_phys_t *ddp = dde->dde_phys; in zio_ddt_read_start() 2173 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_collision() 2212 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_child_write_ready() 2236 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_child_write_done() 2262 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_ditto_write_done() 2304 ddp = &dde->dde_phys[p]; in zio_ddt_write()
|
H A D | dsl_scan.c | 1269 ddt_phys_t *ddp = dde->dde_phys; in dsl_scan_ddt_entry()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | ddt.h | 109 ddt_phys_t dde_phys[DDT_PHYS_TYPES]; member
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 881 const ddt_phys_t *ddp = dde->dde_phys; in dump_dde() 2512 ddt_phys_t *ddp = dde.dde_phys; in zdb_ddt_leak_init()
|