log_buffer
char *log_buffer;
log_buffer = kmem_alloc(MAXPATHLEN, KM_SLEEP);
if (copyinstr(kex->ex_log_buffer, log_buffer, MAXPATHLEN,
kmem_free(log_buffer, MAXPATHLEN);
bcopy(log_buffer, kex->ex_log_buffer, kex->ex_log_bufferlen);
kmem_free(log_buffer, MAXPATHLEN);
struct log_buffer *lbp, *nlbp;
struct log_buffer *nfslog_buffer_list = NULL;
struct log_buffer *lbp, *nlbp;
struct log_buffer *lb;
struct log_buffer *lbp;
struct log_buffer *nlbp;
static struct log_buffer *
struct log_buffer *buffer;
buffer = (struct log_buffer *)kmem_alloc(sizeof (*buffer), KM_SLEEP);
log_buffer_rele(struct log_buffer *lbp)
struct log_buffer *tlbp;
struct log_buffer *lbp = lrp->lb;
struct log_buffer *lb;
nfslog_records_flush_to_disk(struct log_buffer *lbp)
nfslog_records_flush_to_disk_nolock(struct log_buffer *lbp)
static struct log_buffer *log_buffer_create(caddr_t);
static void log_buffer_rele(struct log_buffer *);
static int nfslog_logbuffer_rename(struct log_buffer *);
nfslog_logbuffer_rename(struct log_buffer *lbp)
static int nfslog_records_flush_to_disk(struct log_buffer *);
static int nfslog_records_flush_to_disk_nolock(struct log_buffer *);
struct log_buffer *lb_next;
struct log_buffer *exi_logbuffer;
extern struct log_buffer *nfslog_buffer_list;