Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c232 static lb_me_t *lfreelist; variable
277 lfreelist = (lb_me_t *)NULL; in lufs_alloc_logbuf()
320 if ((sz == sizeof (lb_me_t)) && lfreelist) { in lufs_alloc_from_logbuf()
321 l = lfreelist; in lufs_alloc_from_logbuf()
322 lfreelist = lfreelist->l_next; in lufs_alloc_from_logbuf()
664 l->l_next = lfreelist; in lufs_logscan_freecancel()
665 lfreelist = l; in lufs_logscan_freecancel()
919 l->l_next = lfreelist; in lufs_logscan_postscan()
920 lfreelist = l; in lufs_logscan_postscan()