Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/ufs/
H A Dlufs.c77 static uint32_t last_loghead_ident = UINT32_C(0); variable
456 id = LUFS_NEXT_ID(last_loghead_ident); in lufs_hd_genid()
473 last_loghead_ident = id; in lufs_hd_genid()
497 last_loghead_ident = (uint32_t)(seed % LUFS_GENID_PRIME); in lufs_genid_init()
498 } while (last_loghead_ident == UINT32_C(0)); in lufs_genid_init()