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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_prop.c225 for (pr = list_head(&dd->dd_props);
226 pr != NULL; pr = list_next(&dd->dd_props, pr)) {
245 list_insert_head(&dd->dd_props, pr);
253 list_create(&dd->dd_props, sizeof (dsl_prop_record_t),
262 while ((pr = list_remove_head(&dd->dd_props)) != NULL) {
267 list_destroy(&dd->dd_props);
475 for (pr = list_head(&dd->dd_props);
476 pr; pr = list_next(&dd->dd_props, pr)) {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dir.h105 list_t dd_props; /* list of dsl_prop_record_t's */ member in struct:dsl_dir

Completed in 60 milliseconds