Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c460 logfile->lf_vp = vp; in log_file_create()
566 error = VOP_CLOSE(lfp->lf_vp, FCREAT|FWRITE|FOFFMAX, 1, (offset_t)0, in log_file_rele()
576 lfp->lf_path, (void *)lfp->lf_vp, lfp->lf_vp->v_count)); in log_file_rele()
579 VN_RELE(lfp->lf_vp); in log_file_rele()
789 vp = lfp->lf_vp; in nfslog_write_logrecords()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h341 vnode_t *lf_vp; /* vnode for the buffer file */ member