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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1534 struct allocsp_undo { struct
1537 struct allocsp_undo *next;
1562 struct allocsp_undo *ib_undo = NULL; /* ib undo */
1563 struct allocsp_undo *undo = NULL;
1696 undo = kmem_alloc(sizeof (struct allocsp_undo),
1834 kmem_free(undo, sizeof (struct allocsp_undo));
1855 kmem_free(undo, sizeof (struct allocsp_undo));

Completed in 140 milliseconds