Searched refs:c_log (Results 1 – 4 of 4) sorted by relevance
154 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()
227 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()
109 (cp->c_log != NULL) && \
561 *c_log; /* in-core logging stuff */ member