Searched refs:lb_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c214 lbp->lb_path));
215 if (strcmp(lbp->lb_path, kex->ex_log_buffer) == 0) {
244 if (strcmp(lbp->lb_path, kex->ex_log_buffer) == 0) {
311 buffer->lb_path = (caddr_t)kmem_alloc(namelen + 1, KM_SLEEP);
312 bcopy(name, buffer->lb_path, namelen + 1);
411 len = strlen(lbp->lb_path) + 1;
412 kmem_free(lbp->lb_path, len);
933 lf->lf_path, lbp->lb_path));
938 if (error = nfslog_logfile_rename(lf->lf_path, lbp->lb_path))
944 if (error = log_file_create(lbp->lb_path,
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h352 * 'lb_lock' protects all the fields in this structure except for 'lb_path',
354 * 'lb_path' is a write-once/read-many field which needs no locking, it is
362 caddr_t lb_path; /* buffer file pathname */ member in struct:log_buffer

Completed in 63 milliseconds