Lines Matching refs:bre_pcount
853 bre->bre_pcount = 0; in brt_entry_fill()
1080 bre->bre_pcount = 0; in brt_entry_decref()
1090 bre->bre_pcount--; in brt_entry_decref()
1178 newbre->bre_pcount = 1; in brt_pending_add()
1186 bre->bre_pcount++; in brt_pending_add()
1221 ASSERT(bre->bre_pcount > 0); in brt_pending_remove()
1222 bre->bre_pcount--; in brt_pending_remove()
1223 if (bre->bre_pcount == 0) in brt_pending_remove()
1254 while (bre->bre_pcount > 0) { in brt_pending_apply_vdev()
1257 bre->bre_pcount--; in brt_pending_apply_vdev()
1259 if (bre->bre_pcount == 0) { in brt_pending_apply_vdev()
1307 bp_get_dsize(spa, &bre->bre_bp), bre->bre_pcount); in brt_pending_apply_vdev()
1308 bre->bre_count += bre->bre_pcount; in brt_pending_apply_vdev()
1333 if (bre->bre_pcount == 0) { in brt_sync_entry()