Searched refs:lb_path (Results 1 – 2 of 2) sorted by relevance
214 lbp->lb_path)); in nfslog_setup()215 if (strcmp(lbp->lb_path, kex->ex_log_buffer) == 0) { in nfslog_setup()244 if (strcmp(lbp->lb_path, kex->ex_log_buffer) == 0) { in nfslog_setup()311 buffer->lb_path = (caddr_t)kmem_alloc(namelen + 1, KM_SLEEP); in log_buffer_create()312 bcopy(name, buffer->lb_path, namelen + 1); in log_buffer_create()411 len = strlen(lbp->lb_path) + 1; in log_buffer_rele()412 kmem_free(lbp->lb_path, len); in log_buffer_rele()933 lf->lf_path, lbp->lb_path)); in nfslog_logbuffer_rename()938 if (error = nfslog_logfile_rename(lf->lf_path, lbp->lb_path)) in nfslog_logbuffer_rename()944 if (error = log_file_create(lbp->lb_path, &logfile)) { in nfslog_logbuffer_rename()[all …]
365 caddr_t lb_path; /* buffer file pathname */ member