Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c456 logfile->lf_vp = vp; in log_file_create()
562 if (error = VOP_CLOSE(lfp->lf_vp, FCREAT|FWRITE|FOFFMAX, 1, (offset_t)0, in log_file_rele()
571 lfp->lf_path, (void *)lfp->lf_vp, lfp->lf_vp->v_count)); in log_file_rele()
574 VN_RELE(lfp->lf_vp); in log_file_rele()
787 vp = lfp->lf_vp; in nfslog_write_logrecords()
/titanic_50/usr/src/uts/common/nfs/
H A Dexport.h335 vnode_t *lf_vp; /* vnode for the buffer file */ member