Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c229 } scan_ds_t; typedef
459 avl_create(&scn->scn_queue, scan_ds_queue_compare, sizeof (scan_ds_t), in dsl_scan_init()
460 offsetof(scan_ds_t, sds_node)); in dsl_scan_init()
1096 const scan_ds_t *sds_a = a, *sds_b = b; in scan_ds_queue_compare()
1109 scan_ds_t *sds; in scan_ds_queue_clear()
1118 scan_ds_t srch, *sds; in scan_ds_queue_contains()
1130 scan_ds_t *sds; in scan_ds_queue_insert()
1144 scan_ds_t srch, *sds; in scan_ds_queue_remove()
1169 for (scan_ds_t *sds = avl_first(&scn->scn_queue); in scan_ds_queue_sync()
2572 scan_ds_t *sds; in dsl_scan_visit()