Searched refs:c_log_ctl (Results 1 – 5 of 5) sorted by relevance
224 if (cachep->c_log_ctl != NULL) in cachefs_cache_destroy()225 cachefs_kmem_free(cachep->c_log_ctl, in cachefs_cache_destroy()383 cachep->c_log_ctl = in cachefs_cache_activate_ro()385 lc = (cachefs_log_control_t *)cachep->c_log_ctl; in cachefs_cache_activate_ro()574 if (cachep->c_log_ctl) { in cachefs_stop_cache()575 cachefs_kmem_free(cachep->c_log_ctl, in cachefs_stop_cache()577 cachep->c_log_ctl = NULL; in cachefs_stop_cache()
235 cachefs_log_control_t *lc = (cachefs_log_control_t *)cachep->c_log_ctl; in cachefs_log_save_lc()418 cachefs_log_control_t *lc = cachep->c_log_ctl; in cachefs_log_error()
746 ksp->ks_data = cachep->c_log_ctl; in cachefs_kstat_mount()
110 (cp->c_log_ctl->lc_which[which / NBBY] & \
563 *c_log_ctl; /* on-disk logging stuff */ member