Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c158 #define LB_HASHSIZE (1 << LB_HASHSHIFT) macro
159 #define LB_HASHFUNC(mof) (((mof) >> LB_HASHSHIFT) & (LB_HASHSIZE - 1))
652 for (i = 0; i < LB_HASHSIZE; i++) { in lufs_logscan_freecancel()
886 LB_HASHSIZE * sizeof (lb_me_t *)); in lufs_logscan_prescan()
907 for (i = 0; i < LB_HASHSIZE; i++) { in lufs_logscan_postscan()