Home
last modified time | relevance | path

Searched refs:refcntp (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt.c776 uint64_t *refcntp; in ddt_phys_decref() local
779 refcntp = &ddp->ddp_flat.ddp_refcnt; in ddt_phys_decref()
781 refcntp = &ddp->ddp_trad[v].ddp_refcnt; in ddt_phys_decref()
783 ASSERT3U(*refcntp, >, 0); in ddt_phys_decref()
784 (*refcntp)--; in ddt_phys_decref()
785 return (*refcntp); in ddt_phys_decref()