Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c231 static lb_me_t **loghash = (lb_me_t **)NULL; variable
655 lh = &loghash[i]; in lufs_logscan_freecancel()
751 lh = &loghash[LB_HASHFUNC(d->d_mof)]; in lufs_logscan_addmap()
887 loghash = (lb_me_t **)lufs_alloc_from_logbuf( in lufs_logscan_prescan()
889 if (loghash == (lb_me_t **)NULL) { in lufs_logscan_prescan()
910 lh = &loghash[i]; in lufs_logscan_postscan()
1022 lh = &loghash[LB_HASHFUNC(bof)]; in lufs_merge_deltas()