Searched refs:ddt_phys_t (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | ddt.h | 94 } ddt_phys_t; typedef 109 ddt_phys_t dde_phys[DDT_PHYS_TYPES]; 181 extern void ddt_bp_fill(const ddt_phys_t *ddp, blkptr_t *bp, 184 const ddt_phys_t *ddp, blkptr_t *bp); 188 extern void ddt_phys_fill(ddt_phys_t *ddp, const blkptr_t *bp); 189 extern void ddt_phys_clear(ddt_phys_t *ddp); 190 extern void ddt_phys_addref(ddt_phys_t *ddp); 191 extern void ddt_phys_decref(ddt_phys_t *ddp); 192 extern void ddt_phys_free(ddt_t *ddt, ddt_key_t *ddk, ddt_phys_t *ddp, 194 extern ddt_phys_t *ddt_phys_select(const ddt_entry_t *dde, const blkptr_t *bp); [all …]
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | ddt.c | 245 ddt_bp_fill(const ddt_phys_t *ddp, blkptr_t *bp, uint64_t txg) in ddt_bp_fill() 256 const ddt_key_t *ddk, const ddt_phys_t *ddp, blkptr_t *bp) in ddt_bp_create() 288 ddt_phys_fill(ddt_phys_t *ddp, const blkptr_t *bp) in ddt_phys_fill() 298 ddt_phys_clear(ddt_phys_t *ddp) in ddt_phys_clear() 304 ddt_phys_addref(ddt_phys_t *ddp) in ddt_phys_addref() 310 ddt_phys_decref(ddt_phys_t *ddp) in ddt_phys_decref() 317 ddt_phys_free(ddt_t *ddt, ddt_key_t *ddk, ddt_phys_t *ddp, uint64_t txg) in ddt_phys_free() 326 ddt_phys_t * 329 ddt_phys_t *ddp = (ddt_phys_t *)dde->dde_phys; in ddt_phys_select() 354 ddt_phys_t *ddp = dde->dde_phys; in ddt_stat_generate() [all …]
|
H A D | zio.c | 2056 ddt_phys_t *ddp; in zio_ddt_child_read_done() 2082 ddt_phys_t *ddp = dde->dde_phys; in zio_ddt_read_start() 2083 ddt_phys_t *ddp_self = ddt_phys_select(dde, bp); 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() 2296 ddt_phys_t *ddp; in zio_ddt_write() 2402 ddt_phys_t *ddp; in zio_ddt_free()
|
H A D | dsl_scan.c | 1269 ddt_phys_t *ddp = dde->dde_phys; in dsl_scan_ddt_entry()
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 891 const ddt_phys_t *ddp = dde->dde_phys; in dump_dde() 2397 ddt_phys_t *ddp = ddt_phys_select(dde, bp); in zdb_count_block() 2561 ddt_phys_t *ddp = dde.dde_phys; in zdb_ddt_leak_init()
|