Home
last modified time | relevance | path

Searched refs:lf_path (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c451 logfile->lf_path = name; in log_file_create()
566 lfp->lf_path); in log_file_rele()
571 lfp->lf_path, (void *)lfp->lf_vp, lfp->lf_vp->v_count)); in log_file_rele()
576 len = strlen(lfp->lf_path) + 1; in log_file_rele()
577 kmem_free(lfp->lf_path, len); in log_file_rele()
840 "stopped writing buffer \n", lfp->lf_path); in nfslog_write_logrecords()
855 "write error = %m\n", lfp->lf_path); in nfslog_write_logrecords()
861 "NFS Logging re-enabled for buffer %s\n", lfp->lf_path); in nfslog_write_logrecords()
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()
[all …]
/titanic_50/usr/src/uts/common/nfs/
H A Dexport.h334 caddr_t lf_path; /* buffer file location */ member