Searched defs:tempreserve (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dir.c1105 struct tempreserve { struct
1119 struct tempreserve *tr;
1210 tr = kmem_zalloc(sizeof (struct tempreserve), KM_SLEEP);
1245 list_create(tr_list, sizeof (struct tempreserve),
1246 offsetof(struct tempreserve, tr_node));
1252 struct tempreserve *tr;
1254 tr = kmem_zalloc(sizeof (struct tempreserve), KM_SLEEP);
1296 struct tempreserve *tr;
1314 kmem_free(tr, sizeof (struct tempreserve));

Completed in 62 milliseconds