Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c167 (buflc->lc_magic != CACHEFS_LOG_MAGIC)) in cachefs_log_kstat_snapshot()
199 lc->lc_magic = CACHEFS_LOG_MAGIC; in cachefs_log_kstat_snapshot()
284 rc->cl_magic = CACHEFS_LOG_MAGIC; in cachefs_log_create_cookie()
306 ASSERT(cl->cl_magic == CACHEFS_LOG_MAGIC); in cachefs_log_destroy_cookie()
340 ASSERT(cl->cl_magic == CACHEFS_LOG_MAGIC); in cachefs_log_logfile_open()
438 lc->lc_magic = CACHEFS_LOG_MAGIC; in cachefs_log_error()
480 if (oheader.lh_magic != CACHEFS_LOG_MAGIC) { in cachefs_log_write_header()
493 header.lh_magic = CACHEFS_LOG_MAGIC; in cachefs_log_write_header()
540 ASSERT(cl->cl_magic == CACHEFS_LOG_MAGIC); in cachefs_log_enqueue()
603 if ((cl == NULL) || (cl->cl_magic != CACHEFS_LOG_MAGIC)) { in cachefs_log_process_queue()
H A Dcachefs_subr.c402 else if ((lc->lc_magic != CACHEFS_LOG_MAGIC) || in cachefs_cache_activate_ro()
411 lc->lc_magic = CACHEFS_LOG_MAGIC; in cachefs_cache_activate_ro()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h43 #define CACHEFS_LOG_MAGIC 32321 macro
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c261 if (st->st_loghead.lh_magic != CACHEFS_LOG_MAGIC) { in stats_log_logfile_open()