Searched refs:cl_logvp (Results 1 – 2 of 2) sorted by relevance
316 if (cl->cl_logvp != NULL) in cachefs_log_destroy_cookie()317 VN_RELE(cl->cl_logvp); in cachefs_log_destroy_cookie()353 if (cl->cl_logvp == newvp) { in cachefs_log_logfile_open()374 if (cl->cl_logvp != NULL) in cachefs_log_logfile_open()375 VN_RELE(cl->cl_logvp); in cachefs_log_logfile_open()376 cl->cl_logvp = newvp; in cachefs_log_logfile_open()431 if ((writable) && (cl != NULL) && (cl->cl_logvp != NULL)) in cachefs_log_error()432 (void) cachefs_log_write_header(cl->cl_logvp, cachep, error); in cachefs_log_error()613 logvp = cl->cl_logvp; in cachefs_log_process_queue()
99 struct vnode *cl_logvp; /* vnode for logfile */ member