Searched refs:dde_phys (Results 1 – 6 of 6) sorted by relevance
| /titanic_53/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 | 330 ddt_phys_t *ddp = (ddt_phys_t *)dde->dde_phys; in ddt_phys_select() 346 refcnt += dde->dde_phys[p].ddp_refcnt; in ddt_phys_total_refcnt() 355 ddt_phys_t *ddp = dde->dde_phys; in ddt_stat_generate() 525 ddt_phys_t *ddp = &dde->dde_phys[p]; in ddt_ditto_copies_needed() 554 ddt_phys_t *ddp = &dde->dde_phys[DDT_PHYS_DITTO]; in ddt_ditto_copies_present() 908 bzero(dde->dde_phys, sizeof (dde->dde_phys)); in ddt_repair_start() 940 ddt_phys_t *ddp = dde->dde_phys; in ddt_repair_entry() 941 ddt_phys_t *rddp = rdde->dde_phys; in ddt_repair_entry() 993 ddt_phys_t *ddp = dde->dde_phys; in ddt_sync_entry() 1021 if (dde->dde_phys[DDT_PHYS_DITTO].ddp_phys_birth != 0) in ddt_sync_entry()
|
| H A D | zio.c | 2149 ddt_phys_t *ddp = dde->dde_phys; in zio_ddt_read_start() 2240 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_collision() 2279 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_child_write_ready() 2303 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_child_write_done() 2329 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_ditto_write_done() 2371 ddp = &dde->dde_phys[p]; in zio_ddt_write()
|
| H A D | dsl_scan.c | 1275 ddt_phys_t *ddp = dde->dde_phys; in dsl_scan_ddt_entry()
|
| /titanic_53/usr/src/uts/common/fs/zfs/sys/ |
| H A D | ddt.h | 109 ddt_phys_t dde_phys[DDT_PHYS_TYPES]; member
|
| /titanic_53/usr/src/cmd/zdb/ |
| H A D | zdb.c | 892 const ddt_phys_t *ddp = dde->dde_phys; in dump_dde() 2564 ddt_phys_t *ddp = dde.dde_phys; in zdb_ddt_leak_init()
|