Home
last modified time | relevance | path

Searched refs:ib_undo (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1561 struct allocsp_undo *ib_undo = NULL; /* ib undo */ in ufs_allocsp() local
1699 undo->next = ib_undo; in ufs_allocsp()
1700 ib_undo = undo; in ufs_allocsp()
1824 while (ib_undo != NULL) { in ufs_allocsp()
1825 undo = ib_undo; in ufs_allocsp()
1832 ib_undo = undo->next; in ufs_allocsp()
1851 while (ib_undo != NULL) { in ufs_allocsp()
1852 undo = ib_undo; in ufs_allocsp()
1853 ib_undo = undo->next; in ufs_allocsp()