Searched refs:ib_undo (Results 1 – 1 of 1) sorted by relevance
1562 struct allocsp_undo *ib_undo = NULL; /* ib undo */ in ufs_allocsp() local1700 undo->next = ib_undo; in ufs_allocsp()1701 ib_undo = undo; in ufs_allocsp()1825 while (ib_undo != NULL) { in ufs_allocsp()1826 undo = ib_undo; in ufs_allocsp()1833 ib_undo = undo->next; in ufs_allocsp()1852 while (ib_undo != NULL) { in ufs_allocsp()1853 undo = ib_undo; in ufs_allocsp()1854 ib_undo = undo->next; in ufs_allocsp()