Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c154 cachefs_log_cookie_t *cl = cachep->c_log; in cachefs_log_kstat_snapshot()
181 cl = cachep->c_log = cachefs_log_create_cookie(lc); in cachefs_log_kstat_snapshot()
196 cachep->c_log = NULL; in cachefs_log_kstat_snapshot()
333 cachefs_log_cookie_t *cl = cachep->c_log; in cachefs_log_logfile_open()
417 cachefs_log_cookie_t *cl = cachep->c_log; in cachefs_log_error()
434 cachep->c_log = NULL; in cachefs_log_error()
533 cl = cachep->c_log; in cachefs_log_enqueue()
602 cl = cachep->c_log; in cachefs_log_process_queue()
H A Dcachefs_subr.c227 if (cachep->c_log != NULL) in cachefs_cache_destroy()
228 cachefs_log_destroy_cookie(cachep->c_log); in cachefs_cache_destroy()
399 if ((cachep->c_log = cachefs_log_create_cookie(lc)) in cachefs_cache_activate_ro()
579 if (cachep->c_log) { in cachefs_stop_cache()
580 cachefs_log_destroy_cookie(cachep->c_log); in cachefs_stop_cache()
581 cachep->c_log = NULL; in cachefs_stop_cache()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h109 (cp->c_log != NULL) && \
H A Dcachefs_fs.h561 *c_log; /* in-core logging stuff */ member