Lines Matching defs:uua
2081 userquota_updates_arg_t *uua = arg;
2082 objset_t *os = uua->uua_os;
2083 dmu_tx_t *tx = uua->uua_tx;
2088 &os->os_synced_dnodes, uua->uua_sublist_idx);
2149 kmem_free(uua, sizeof (*uua));
2167 userquota_updates_arg_t *uua = arg;
2168 objset_t *os = uua->uua_os;
2171 &os->os_synced_dnodes, uua->uua_sublist_idx);
2179 kmem_free(uua, sizeof (*uua));
2234 userquota_updates_arg_t *uua =
2235 kmem_alloc(sizeof (*uua), KM_SLEEP);
2236 uua->uua_os = os;
2237 uua->uua_sublist_idx = i;
2238 uua->uua_tx = tx;
2246 uua, 0);
2247 /* callback frees uua */