Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdsl_prop.c226 for (pr = list_head(&dd->dd_props); in dsl_prop_record_find()
227 pr != NULL; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_record_find()
246 list_insert_head(&dd->dd_props, pr); in dsl_prop_record_create()
254 list_create(&dd->dd_props, sizeof (dsl_prop_record_t), in dsl_prop_init()
263 while ((pr = list_remove_head(&dd->dd_props)) != NULL) { in dsl_prop_fini()
268 list_destroy(&dd->dd_props); in dsl_prop_fini()
476 for (pr = list_head(&dd->dd_props); in dsl_prop_notify_all_cb()
477 pr; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_notify_all_cb()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDdsl_dir.h106 list_t dd_props; /* list of dsl_prop_record_t's */ member