Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_prop.c229 for (pr = list_head(&dd->dd_props); in dsl_prop_record_find()
230 pr != NULL; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_record_find()
249 list_insert_head(&dd->dd_props, pr); in dsl_prop_record_create()
257 list_create(&dd->dd_props, sizeof (dsl_prop_record_t), in dsl_prop_init()
266 while ((pr = list_remove_head(&dd->dd_props)) != NULL) { in dsl_prop_fini()
271 list_destroy(&dd->dd_props); in dsl_prop_fini()
516 for (pr = list_head(&dd->dd_props); in dsl_prop_notify_all_cb()
517 pr; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_notify_all_cb()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_dir.h111 list_t dd_props; /* list of dsl_prop_record_t's */ member