Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c1544 uint32_t btr_where; member
1554 if (a->btr_where == b->btr_where) { in btlog_record_cmp_where()
1557 return a->btr_where > b->btr_where ? 1 : -1; in btlog_record_cmp_where()
1568 if (array[w - 1].btr_where == array[r].btr_where) { in btlog_records_pack()
1662 btr_array[count].btr_where = btle->btle_where; in btlog_get_records()
1682 btr_array[count].btr_where = bthe->bthe_where; in btlog_get_records()
1705 btref_retain(__bt_ref(btr_array[i].btr_where)); in btlog_get_records()
1726 .operation_type = __bt_op(btr.btr_where), in btlog_get_records()
1728 btref_decode_unslide(__bt_ref(btr.btr_where), rec_array[i].bt); in btlog_get_records()
1729 btref_put(__bt_ref(btr.btr_where)); in btlog_get_records()
[all …]