Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dbtlog.c1538 uint32_t btr_where; member
1548 if (a->btr_where == b->btr_where) { in btlog_record_cmp_where()
1551 return a->btr_where > b->btr_where ? 1 : -1; in btlog_record_cmp_where()
1562 if (array[w - 1].btr_where == array[r].btr_where) { in btlog_records_pack()
1656 btr_array[count].btr_where = btle->btle_where; in btlog_get_records()
1676 btr_array[count].btr_where = bthe->bthe_where; in btlog_get_records()
1699 btref_retain(__bt_ref(btr_array[i].btr_where)); in btlog_get_records()
1720 .operation_type = __bt_op(btr.btr_where), in btlog_get_records()
1722 btref_decode_unslide(__bt_ref(btr.btr_where), rec_array[i].bt); in btlog_get_records()
1723 btref_put(__bt_ref(btr.btr_where)); in btlog_get_records()
[all …]