Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c224 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()
H A Dcachefs_log.c235 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()
H A Dcachefs_vfsops.c746 ksp->ks_data = cachep->c_log_ctl; in cachefs_kstat_mount()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h110 (cp->c_log_ctl->lc_which[which / NBBY] & \
H A Dcachefs_fs.h563 *c_log_ctl; /* on-disk logging stuff */ member